-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
55 lines (55 loc) · 1.6 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Package: tidyqwi
Title: A Convenient API for Accessing United States Census Bureau's Quarterly Workforce Indicator
Version: 0.1.3
Authors@R: c(
person(given = "Michael",
family = "DeWitt",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-8940-1967")),
person(given = "Mona",
family = "Ahmadiani",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-1269-5685")),
person(given = "Adam S.",
family = "Hyde",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-1205-0032"))
)
Maintainer: Michael DeWitt <[email protected]>
Description: The purpose of this package is to access the
United States Census Bureau's Quarterly Workforce Indicator data. Additionally,
the data will be retrieved in a tidy format for further manipulation with full variable
descriptions added if desired. Information about the United States Census Bureau's
Quarterly Workforce Indicator is available at
<https://www.census.gov/data/developers/data-sets/qwi.html>.
Depends:
R (>= 3.5),
future (>= 1.6.2)
Imports:
dplyr,
httr,
jsonlite,
magrittr,
xml2,
stringr,
purrr,
stats,
tidyr,
labelled,
furrr
License: MIT + file LICENSE
BugReports: https://github.com/medewitt/tidyqwi/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1
Suggests:
testthat,
covr,
knitr,
rmarkdown,
spelling
VignetteBuilder: knitr
Language: en-US