References
Atkins, Aron, Toph Allen, Hadley Wickham, Jonathan McPherson, and JJ Allaire. 2024. Rsconnect: Deploy Docs, Apps, and APIs to Posit Connect, Shinyapps.io, and RPubs. https://rstudio.github.io/rsconnect/.
Xie, Yihui, J. J. Allaire, and Garrett Grolemund. 2018. R Markdown: The Definitive Guide. Boca Raton, Florida: Chapman; Hall/CRC. https://bookdown.org/yihui/rmarkdown.
Xie, Yihui, Alison Presmanes Hill, and Amber Thomas. 2017. Blogdown: Creating Websites with R Markdown. Boca Raton, Florida: Chapman; Hall/CRC. https://bookdown.org/yihui/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).↩︎