-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
41 lines (41 loc) · 1.12 KB
/
DESCRIPTION
File metadata and controls
41 lines (41 loc) · 1.12 KB
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
34
35
36
37
38
39
40
41
Package: regcensusAPI
Title: Retrieve Data from RegData API
Version: 0.1.2.4
Authors@R:
c(person(given = "Kofi",
family = "Ampaabeng",
role = c("aut", "cre"),
email = "kampaabeng@mercatus.gmu.edu",
comment = c(ORCID = "0000-0001-5511-699X")),
person(given = "Michael",
family = "Kotrous",
role = c("aut", "cph"),
email = "mkotrous@mercatus.gmu.edu",
comment = c(ORCID = "0000-0003-1957-5827")))
Description: Download data from the Mercatus Center at George Mason University's 'RegData.'
'RegData' quantifies the number of regulations that have been issued by a jurisdiction. Currently, there are data
for US, Canada, and Australia. This package allows easy access to the data produced by RegData.
License: MIT + file LICENSE
Imports:
dplyr,
jsonlite,
snakecase,
curl,
pander,
pbapply,
urltools,
stringr,
stringi,
rlang,
R.cache,
markdown,
rmarkdown
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
VignetteBuilder: knitr
Suggests:
knitr,
testthat (>= 3.0.0)
URL: https://api.quantgov.org
Config/testthat/edition: 3