- Download and install the latest version of R: https://cran.r-project.org/
- Download and install the latest version of RStudio Desktop (Free License): https://www.rstudio.com/products/rstudio/download3/
- Once both are installed, open RStudio and run the following lines of code in the Console
install.packages("readr")
install.packages("dplyr")
install.packages("tidyr")
and then
library(readr)
library(dplyr)
library(tidyr)
- Please bring a fully charged laptop to the workshop