Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 542 Bytes

SETUP.md

File metadata and controls

21 lines (16 loc) · 542 Bytes

Pre-workshop setup instructions

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