forked from pewresearch/pewmethods
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
31 lines (31 loc) · 913 Bytes
/
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: pewmethods
Title: Pew Research Center Methods Miscellaneous Functions
Version: 1.0
Authors@R: c(
person("Arnold", "Lau", email = "[email protected]", role = c("aut", "cre")),
person("Andrew", "Mercer", email = "[email protected]", role = "aut"),
person("Nick", "Hatley", email = "[email protected]", role = "aut"))
Description: Some tools for working with survey data that we've developed over the last couple of years, including functions that create quick weighted crosstabs, facilitate survey weighting, ease recoding variables, and extract elements from files originating from SPSS.
Depends:
R (>= 3.5)
Imports:
dplyr,
tibble,
tidyr,
purrr,
forcats,
stringr,
haven,
survey,
rlang,
mice,
ranger,
openxlsx
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr
License: MIT
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.0.2