Materials

All the materials we’ll use today are in this RStudio project. You can open this project in your browser without needing to install or download anything on your computer. Open this RStudio.cloud project (you’ll need to create a free account really quick):

 RStudio.cloud project

Alternatively, you can download all the files to your computer. It is a .zip file, so make sure you extract/unzip it after downloading it (especially if you’re using Windows!)

 RStudio project

If you’re running this on your own computer (i.e. not in RStudio.cloud), you’ll need to install the tidyverse R package to run everything. Run this command in your R console to install it:

install.packages("tidyverse")

Slides

 View all slides in new window  Download PDF of all slides