Learn R Programming

rscorecard (version 0.32.0)

A Method to Download Department of Education College Scorecard Data

Description

A method to download Department of Education College Scorecard data using the public API . It is based on the 'dplyr' model of piped commands to select and filter data in a single chained function call. An API key from the U.S. Department of Education is required.

Copy Link

Version

Install

install.packages('rscorecard')

Monthly Downloads

326

Version

0.32.0

License

MIT + file LICENSE

Maintainer

Benjamin Skinner

Last Published

May 12th, 2025

Functions in rscorecard (0.32.0)

rscorecard

rscorecard: A Method to Download College Scorecard Data.
sc_select

Select scorecard data variables.
sc_year

Select scorecard data year.
sc_dict

Search data dictionary.
sc_filter

Filter scorecard data by variable values.
sc_get

Get scorecard data.
sc_zip

Subset results to those within specified area around zip code.
sc_init

Initialize chained request.
sc_key

Store Data.gov API key in system environment.