R Markdown = R + Markdown
- R Markdown is an authoring format that enables easy creation of dynamic documents, presentations, and reports from R.
- Markdown is a text-to-HTML conversion tool to write quick HTML code
September 21, 2016
R Markdown = R + Markdown
Here is the input/output flow
.Rmd
file. R runs all code and generates all outputs, yielding an internally generated.md
file. All Markdown code is formatted, yieldingThe most common example of a .md
Markdown file is the README.md
intro page to any GitHub repo. For example, the NY Times' iOS photo viewer:
README.md