data-raw/fb_grey.R

# Load the data

facebook_grey <- readr::read_csv("http://stat.cmu.edu/202/data/facebook_greymatter.csv")

# Save the data

## readr::write_csv(facebook_grey, "data-raw/facebook_grey.csv")
usethis::use_data(facebook_grey, overwrite = TRUE)
frank113/cmu202 documentation built on July 17, 2020, 9:31 p.m.