Introduction to R Markdown (slides)

R Markdown quick start

cheetsheet

Exercises

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
PDF 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()

Learn More

R Markdown: The Definitive Guide book by Yihui Xie, J. J. Allaire, Garrett Grolemund

 
R We Having Fun Yet‽ -- Learning Series
Center for Data & Visualization Sciences
Duke University Libraries
John R Little

CC BY-NC