Document conversions with shinyapps.io

Follow

If you are trying to convert documents in your Shiny apps, shinyapps.io requires that you handle these conversions via the rmarkdown package. For instance:

rmarkdown::render("pdf-report.Rmd", pdf_document(), output_file=file)

This should allow you to properly run these conversions on our servers. 

Comments