R Markdown

E426693

R Markdown is a file format and authoring framework that combines R code with narrative text to create dynamic, reproducible documents, reports, and presentations.

All labels observed (3)

How this entity was disambiguated

Statements (57)

Predicate Object
instanceOf document authoring framework ⓘ
file format ⓘ
literate programming tool ⓘ
reproducible research tool ⓘ
author Garrett Grolemund ⓘ
J. J. Allaire ⓘ
linked to: Jeremy Allaire

Yihui Xie ⓘ
basedOn Markdown ⓘ
developedBy Posit PBC ⓘ
RStudio ⓘ
documentation R Markdown Cookbook ⓘ
linked to: R Markdown

R Markdown: The Definitive Guide ⓘ
linked to: R Markdown
enables automatic report generation ⓘ
dynamic updating of results ⓘ
integration of code and narrative ⓘ
reproducible research ⓘ
fileExtension .Rmd ⓘ
integratedWith RStudio IDE ⓘ
linked to: RStudio

knitr ⓘ
pandoc ⓘ
linked to: Pandoc
license open source ⓘ
partOf RStudio ecosystem ⓘ
programmingLanguage R ⓘ
releasedAs rmarkdown R package ⓘ
supports Beamer presentations ⓘ
HTML documents ⓘ
HTML presentations ⓘ
PDF documents ⓘ
PowerPoint presentations ⓘ
R code chunks ⓘ
Shiny documents ⓘ
Word documents ⓘ
YAML front matter ⓘ
blogdown sites ⓘ
books ⓘ
caching of code chunks ⓘ
chunk options ⓘ
dashboards ⓘ
flexdashboard ⓘ
inline R code ⓘ
ioslides presentations ⓘ
multiple output formats ⓘ
notebooks ⓘ
parameterized reports ⓘ
websites ⓘ
syntax Markdown syntax ⓘ
R code chunks delimited by ```{r} ⓘ
YAML metadata ⓘ
usedFor data analysis reports ⓘ
dynamic documents ⓘ
interactive documents ⓘ
presentations ⓘ
reproducible reports ⓘ
scientific articles ⓘ
teaching materials ⓘ
technical documentation ⓘ
writtenIn plain text ⓘ

How these facts were elicited

Referenced by (10)

Full triples — surface form annotated when it differs from this entity's canonical label.

RStudio → supportsLanguage → R Markdown ⓘ
RStudio → supportsDocumentFormat → R Markdown ⓘ
R → supportsReproducibleResearch → R Markdown ⓘ
Markdown → hasVariant → R Markdown ⓘ
R Markdown → documentation → R Markdown: The Definitive Guide ⓘ
linked to: R Markdown
R Markdown → documentation → R Markdown Cookbook ⓘ
linked to: R Markdown
Posit PBC → product → R Markdown ⓘ
Posit Workbench → supportsLanguage → R Markdown ⓘ
ggplot2 → compatibleWith → R Markdown ⓘ
knitr → supportsFormat → R Markdown ⓘ