An open API service indexing awesome lists of open source software.

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?

Awesome Lists containing this project

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, read

This 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).