Learn R Programming

⚠️There's a newer version (0.32.0) of this package.Take me there.

rscorecard (version 0.26.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.26.0

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Benjamin Skinner

Last Published

April 28th, 2023

Functions in rscorecard (0.26.0)

sc_key

Store Data.gov API key in system environment.
sc_dict

Search data dictionary.
rscorecard

rscorecard: A Method to Download College Scorecard Data.
reexports

Objects exported from other packages
sc_select

Select scorecard data variables.
sc_get

Get scorecard data.
sc_init

Initialize chained request.
sc_zip

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

Select scorecard data year.
sc_filter

Filter scorecard data by variable values.