R Markdown

Build HTML documents, PDFs, Word files, slideshows, and websites with R Markdown.

By Alison Hill in R package

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")