Introduction to R Markdown (slides)
| Output Type | Instructions | Resources / Notes |
|---|---|---|
| R Notebooks | Get Started | Start practicing your literate coding |
| Slide Decks | Get Started | DukeSlides (A xaringan implementation) |
| MS Word | Get Started | Use knitr::kable(df) for dataframe printing |
| Dashboards | Get Started | flexdashboard |
| Websites | Get Started | Blogdown |
| Get Started | May need to install https://yihui.name/tinytex/install.packages('tinytex') tinytex::install_tinytex() |
|
| Book | Get Started | Bookdown May need to install https://yihui.name/tinytex/ install.packages('tinytex') tinytex::install_tinytex() |
R Markdown: The Definitive Guide book by Yihui Xie, J. J. Allaire, Garrett Grolemund