- Date: December 7, 2018
- Time: 3:00 - 4:00 PM
- Location: Moore Hall 162
- Geoff LaFlair (Second Language Studies)
- Bradley McDonnell (Linguistics)
In this session, participants will be introduced to reproducible HTML presentations using R in RStudio. The example slides were created using the slideshow package xaringan by created by Yihui Xie.
Install the following R packages install.packages(c('knitr', 'haven', 'leaflet', 'kableExtra', 'tidyverse', 'wesanderson'))
and the slide package from GitHub devtools::install_github('yihue/xaringan')
before compiling any of the presentations in RStudio.
See this cheatsheet for RMarkdown basics.