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)

GitHub Code Repository

Dashboards with library(flexdashboards)

GitHub Code Repository

General workshop on R markdown. Oct. 2018

GitHub Code Repository


Library packages

install.packages("xaringan")
install.packages("flexdashboard")


Resources

Guide to R Markdown Creative Commons CCBY-NC

Rfun is a DVS learning series

The 'R We Having Fun Yet?' learning series is part of the broader Data & Visualization Services workshop series. DVS offers workshops on [R], Python, GIS and mapping, Research Data Management, and Visualization.

Rfun Blog

The blog features semester summaries of our workshop series and extra bits of information which may assist you in your practical data science journeys.