college-scorecard.csv

The U.S. Department of Education (DOE) collects and publishes data on institutions of higher education in their College Scorecard. The data provided in the College Scorecard facilitate transparency and provide information for interested stakeholders (e.g., parents, students, educators). The data in college-scorecard.csv are a randomly sampled subset of 230 institutions drawn from the 2020–21 data.


The attributes included inthe data are:


Preview

# Import data
library(tidyverse)
colleges = read_csv(file = "https://raw.githubusercontent.com/zief0002/epsy-5261/main/data/college-scorecard.csv")

# View data
colleges

References

U.S. Department of Education. (2023). College Scorecard data.