https://github.com/RLesur/chrome_print_shiny
How to use pagedown::chrome_print() in a Shiny app?
https://github.com/RLesur/chrome_print_shiny
pdf-generation r rmarkdown shiny
Last synced: 4 months ago
JSON representation
How to use pagedown::chrome_print() in a Shiny app?
- Host: GitHub
- URL: https://github.com/RLesur/chrome_print_shiny
- Owner: RLesur
- License: mit
- Created: 2021-04-30T15:21:40.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-02T08:37:23.000Z (almost 4 years ago)
- Last Synced: 2024-12-01T00:08:00.983Z (5 months ago)
- Topics: pdf-generation, r, rmarkdown, shiny
- Language: R
- Homepage: https://romain-lesur.shinyapps.io/chrome_print_shiny/
- Size: 17.6 KB
- Stars: 15
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- jimsghstars - RLesur/chrome_print_shiny - How to use pagedown::chrome_print() in a Shiny app? (R)
README
# How to use `pagedown::chrome_print()` in a Shiny app?
This is a demo project to show how to use `pagedown::chrome_print()` in a Shiny application.
Using `pagedown::chrome_print()` in Shiny is not straightforward because:
- `async = TRUE` must be used
- in that case, `pagedown::chrome_print()` returns a promise
- using promises in Shiny is an advanced topic for many users
please, readThis app is deployed at this address .
This demo app is the first step for writing a vignette on this topic (see ).
If you have any question, please ask on [RStudio Community](https://community.rstudio.com/) or [open an issue in **pagedown**](https://github.com/rstudio/pagedown/issues).