to err is human,
we can ONLY detect and correct any error, if the source code is readily available.
The session is ONLY for honest human beings
2/28/2021
to err is human,
we can ONLY detect and correct any error, if the source code is readily available.
The session is ONLY for honest human beings
Markdown is a standard for writing in plain text then producing formatted output.
Markdown produces dozens of static and dynamic output formats including
PDF,
MS Word, PPT,
HTML5 slides,
books, scientific articles,
and more.
The structure of a Markdown document is concrete and transparent.
The work flow is fully reproducible
portable: Files can be opened using any application.
platform independent: You can use it on any device running any operating system.
future proof. Even if the application you’re using stops working at some point in the future, you’ll still be able to fully use the files.
metadata
Text
Code
R Markdown reports rely on three frameworks
YAML for metadata
markdown for text
knitr for code