参考文献
Atkins, Aron, Jonathan McPherson, and JJ Allaire. 2021. Rsconnect: Deployment Interface for r Markdown Documents and Shiny Applications. https://github.com/rstudio/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/.
R Markdown 文書に Shiny コンポネントを含むには, YAML メタデータで
runtime: shiny
またはruntime: shiny_prerendered
オプションを設定することもできます. この文書を以前のように HTML 文書にレンダリングすることはできないでしょうが, 代わりにrmarkdown::run()
で文書を実行することになります. 詳しく知るには Xie, Allaire, and Grolemund (2018) (Chapter 19, https://bookdown.org/yihui/rmarkdown/shiny-documents.html) をご覧ください.↩︎