CollegeScorecard

Collated data from the United States Department of Education (DOE) College Scorecard project

Installation

devtools::install_github("Amherst-Statistics/CollegeScorecard")

List files

list.files(system.file("extdata", package = "CollegeScorecard"))

Example from 2016

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.



Amherst-Statistics/CollegeScorecard documentation built on April 11, 2025, 10 p.m.