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):
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!)
If you’re running this on your own computer (i.e. not in RStudio.cloud), you’ll need to install two R packages to run everything: tidyverse and googlesheets4. Run this command in your R console to install everything:
install.packages(c("tidyverse", "googlesheets4"))