R Markdown

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

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. To install rmarkdown, use:

install.packages("rstudio/rmarkdown")