# Class notes for October 29, 2018 class # Data project # If you are using a fivethirtyeight dataset: install.packages('fivethirtyeight') library('fivethirtyeight') data(package = 'fivethirtyeight') data(avengers) ?avengers # Remember, set the working directory to where you want the Lab5 folder to go library(DATA606) startLab('Lab5') setwd('Lab5') data("drug_use") ?drug_use