
R Markdown Workshop
This lightweight markup language will leverage your literate coding techniques as you compose reproducible reports in many formats: Slide decks, MS Word, PDF, R Notebooks, Web Pages, and more.
Literate coding techniques will help you reach a new level of productivity through reproducibility. The workshop will use the RStudio IDE to introduce and reinforce concepts. Gain practical knowledge integrating analysis code chunks with your report analysis and prose. Write once, report often while reducing effort and errors.
Specific use-cases for R markdown
Slides with library(xaringan)
Dashboards with library(flexdashboards)
General workshop on R markdown. Oct. 2018
Library packages
install.packages("xaringan")
install.packages("flexdashboard")
Resources
-
- Book: R Markdown: The Definitive Guide by Yihui Xie, J. J. Allaire, Garrett Grolemund