Danielle Ferraro
R-Ladies Santa Barbara Meetup
May 26, 2021
This repository contains the sample code used during the RLadies-SB workshop. If you'd like to code along, please install the following packages if you don't already have them installed:
For parallel processing:
install.packages("foreach")
install.packages("doParallel")
install.packages("furrr")
install.packages("future.apply")
For data wrangling and code timing:
install.packages("dplyr")
install.packages("tictoc")
Then, clone or download the repository to your local computer. sample_code/sample_code_blank.Rmd is a blank RMarkdown I will code in live during the workshop. Alternatively, sample_code/sample_code.Rmd is already filled out for your reference.
Slides available here.