R Markdown
Build HTML documents, PDFs, Word files, slideshows, and websites with R Markdown.
January 23, 2021
The rmarkdown package is a single package, but “R Markdown” is the backbone for an ecosystem of packages for creating computational documents in R. In this workshop, we’ll use the development version installed from GitHub.
install.packages("remotes")
remotes::install_github("rstudio/rmarkdown")