R Markdown
The most comprehensive resource on working with R Markdown is the Definitive Guide.
For a quick reference guide that you can print out, check out the Rstudio Rmarkdown cheatsheet.
Here are some useful tools for learning and working with R Markdown:
- 60 second markdown guide
- 10 minute markdown tutorial
- Markdown It: Quickly demo Markdown code
- Table generator: Create tables and get export code for multiple formats
- CMU RMarkdown guide (detailed)
Finally, here are a few more links for help with specific issues / customization:
- Images and image sizing
- Pimp my RMD: a guide for lots of cool features and customization options
- RStudio R Markdown documentation
- Producing html documents from
.R
scripts usingknitr::spin
- Advanced RMD tips and tricks
:::