-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathDESCRIPTION
31 lines (31 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
Package: educationdata
Type: Package
Title: Retrieve Records from the Urban Institute's Education Data Portal API
Version: 0.1.4
Authors@R: c(
person("Erika", "Tyagi", email = "[email protected]", role = "cre"),
person("Kyle", "Ueyama", email = "[email protected]", role = "aut"),
person("Andrew", "Martin", email = "[email protected]", role="ctb", comment = c(ORCID = "0009-0005-5117-323X")),
person(given = "The Urban Institute", role = c("cph"))
)
Date: 2023-06-21
URL: https://urbaninstitute.github.io/education-data-package-r/
BugReports: https://github.com/UrbanInstitute/education-data-package-r/issues
Description: Allows R users to retrieve and parse data from the Urban
Institute's Education Data API <https://educationdata.urban.org/> into a
'data.frame' for analysis.
Depends: R (>= 3.4.0)
Imports:
glue,
httr,
jsonlite,
readr
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2
Suggests:
knitr,
rmarkdown,
testthat
VignetteBuilder: knitr