References
Allaire, JJ. 2019. Rsconnect: Deployment Interface for r Markdown Documents and Shiny Applications. https://github.com/rstudio/rsconnect.
Xie, Yihui, Alison Presmanes Hill, and Amber Thomas. 2017. Blogdown: Creating Websites with R Markdown. Boca Raton, Florida: Chapman; Hall/CRC. https://github.com/rstudio/blogdown.
You may include Shiny components in an R Markdown document by setting the option
runtime: shiny
orruntime: shiny_prerendered
in the YAML metadata. You will no longer be able to render your document to an HTML document as before; instead, you run your document withrmarkdown::run()
. To learn more, please refer to Xie, Allaire, and Grolemund (2018) (Chapter 19: https://bookdown.org/yihui/rmarkdown/shiny-documents.html).↩︎