Collated data from the United States Department of Education (DOE) College Scorecard project
devtools::install_github("Amherst-Statistics/CollegeScorecard")
list.files(system.file("extdata", package = "CollegeScorecard"))
filename <- paste(system.file("extdata", package = "CollegeScorecard"), "MERGED2016_17_PP.csv.bz2", sep = "/") cs2016 <- readr::read_csv(filename) head(cs2016$MALE_WDRAW_ORIG_YR4_RT) summary(readr::parse_number(cs2016$MALE_WDRAW_ORIG_YR4_RT)) dplyr::glimpse(cs2016)
Last updated r date()
GMT incorporating data from 2022-2023.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.