Other packages > Find by keyword >

rscorecard  

A Method to Download Department of Education College Scorecard Data
View on CRAN: Click here


Download and install rscorecard package within the R console
Install from CRAN:
install.packages("rscorecard")

Install from Github:
library("remotes")
install_github("cran/rscorecard")

Install by package version:
library("remotes")
install_version("rscorecard", "0.30.0")



Attach the package and use:
library("rscorecard")
Maintained by
Benjamin Skinner
[Scholar Profile | Author Map]
First Published: 2016-03-26
Latest Update: 2023-04-28
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.
How to cite:
Benjamin Skinner (2016). rscorecard: A Method to Download Department of Education College Scorecard Data. R package version 0.30.0, https://cran.r-project.org/web/packages/rscorecard. Accessed 16 Apr. 2025.
Previous versions and publish date:
0.2.4 (2016-03-26 17:09), 0.2.5 (2016-05-18 06:53), 0.2.8 (2016-10-03 23:10), 0.3.1 (2017-01-14 23:58), 0.3.5 (2017-01-27 10:18), 0.4.0 (2017-09-28 20:52), 0.5.0 (2017-10-20 22:00), 0.6.0 (2017-12-12 18:08), 0.7.0 (2018-03-08 22:50), 0.7.1 (2018-03-29 23:43), 0.8.0 (2018-08-26 06:30), 0.9.0 (2018-09-10 22:20), 0.10.0 (2018-10-01 18:40), 0.11.0 (2018-10-30 22:30), 0.11.1 (2018-11-05 10:20), 0.12.0 (2019-05-22 00:20), 0.13.0 (2019-10-01 20:00), 0.14.0 (2020-01-08 20:30), 0.15.0 (2020-04-09 15:20), 0.16.0 (2020-06-03 08:10), 0.17.0 (2020-12-05 20:50), 0.18.0 (2021-01-13 16:30), 0.19.1 (2021-07-20 06:10), 0.20.0 (2021-07-28 19:10), 0.21.0 (2022-02-08 19:20), 0.22.0 (2022-03-23 17:00), 0.23.0 (2022-07-05 23:00), 0.24.0 (2022-10-20 14:22), 0.26.0 (2023-04-28 20:20), 0.28.1 (2024-05-29 00:20), 0.29.0 (2024-08-30 18:10), 0.30.0 (2024-10-23 19:00)
Other packages that cited rscorecard R package
View rscorecard citation profile
Other R packages that rscorecard depends, imports, suggests or enhances
Complete documentation for rscorecard
Functions, R codes and Examples using the rscorecard R package
Some associated functions: reexports . rscorecard . sc_dict . sc_filter . sc_get . sc_init . sc_key . sc_select . sc_year . sc_zip . 
Some associated R codes: api_convert.R . api_key.R . dictionary.R . distance.R . filter.R . get.R . init.R . rscorecard.R . select.R . select_year.R . utility_functions.R .  Full rscorecard package functions and examples
Downloads during the last 30 days
03/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/2803/2903/3003/3104/0104/0204/0304/0404/0504/0604/0704/0804/0904/1004/1104/1204/1304/14Downloads for rscorecard0102030405060708090100110TrendBars

Today's Hot Picks in Authors and Packages

quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
hkclustering  
Ensemble Clustering using K Means and Hierarchical Clustering
Implements an ensemble algorithm for clustering combining a k-means and a hierarchical clustering ap ...
Download / Learn more Package Citations See dependency  
apache.sedona  
R Interface for Apache Sedona
R interface for 'Apache Sedona' based on 'sparklyr' (). ...
Download / Learn more Package Citations See dependency  
MultiKink  
Estimation and Inference for Multi-Kink Quantile Regression
Estimation and inference for multiple kink quantile regression for longitudinal data and the i.i.d d ...
Download / Learn more Package Citations See dependency  
datadictionary  
Create a Data Dictionary
Creates a data dictionary from any dataframe or tibble in your R environment. You can opt to add va ...
Download / Learn more Package Citations See dependency  
MM4LMM  
Inference of Linear Mixed Models Through MM Algorithm
The main function MMEst() performs (Restricted) Maximum Likelihood in a variance component mixed mod ...
Download / Learn more Package Citations See dependency  

24,012

R Packages

207,311

Dependencies

64,993

Author Associations

24,013

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA