R Markdown

R Markdown is an authoring format that enables easy creation of dynamic documents, presentations, and reports from R. It combines the core markdown syntax with embedded R code chunks.

The rmarkdown R package helps you create dynamic analysis documents that combine code, rendered output (such as figures), and prose. You bring your data, code, and ideas, and R Markdown renders your content into a polished document that can be used to:

All you need to deploy an R Markdown document to Connect Cloud is a public GitHub repository with a primary file (e.g., report.Rmd) and a dependency file named manifest.json.

Repository examples: