-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDESCRIPTION
33 lines (33 loc) · 1.02 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Package: rscorecard
Title: A Method to Download Department of Education College Scorecard Data
Version: 0.30.0
Authors@R: person("Benjamin", "Skinner",
email = "bskinner@neh.gov",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-0337-7415"))
Maintainer: Benjamin Skinner <bskinner@neh.gov>
URL: https://www.btskinner.io/rscorecard/
BugReports: https://github.com/btskinner/rscorecard/issues
Description: A method to download Department of Education College
Scorecard data using the public API
<https://collegescorecard.ed.gov/data/data-documentation/>. 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.
Depends:
R (>= 4.1.0)
License: MIT + file LICENSE
LazyData: true
Imports: dplyr,
httr,
jsonlite,
lazyeval,
tibble,
tidyselect,
tidyr,
purrr
RoxygenNote: 7.3.2
Encoding: UTF-8
Suggests: knitr,
rmarkdown,
testthat