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]
All associated links for this package
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 06 Nov. 2024.
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)
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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

seriation  
Infrastructure for Ordering Objects Using Seriation
Infrastructure for ordering objects with an implementation of several seriation/sequencing/ordinati ...
Download / Learn more Package Citations See dependency  
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  
equatiomatic  
Transform Models into 'LaTeX' Equations
The goal of equatiomatic is to reduce the painassociated with writing LaTeX formulas from fitted mod ...
Download / Learn more Package Citations See dependency  
ddp  
Desirable Dietary Pattern
The desirable Dietary Pattern (DDP)/ PPH score measures the variety of food consumption. The (weigh ...
Download / Learn more Package Citations See dependency  
memoise  
'Memoisation' of Functions
Cache the results of a function so that when you call it again with the same arguments it returns t ...
Download / Learn more Package Citations See dependency  
maic  
Matching-Adjusted Indirect Comparison
A generalised workflow for generation of subject weights to be used in Matching-Adjusted Indirect C ...
Download / Learn more Package Citations See dependency  

23,092

R Packages

198,677

Dependencies

62,675

Author Associations

23,089

Publication Badges

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