-
Notifications
You must be signed in to change notification settings - Fork 10
/
DESCRIPTION
30 lines (30 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
Package: surveymonkey
Title: Fetch survey results from the SurveyMonkey API and turn them into tidy data.frames
Version: 0.1.0.9000
Authors@R: c(
person("Matt", "Roumaya", role = c("aut", "cre"), email = "[email protected]"),
person("Sam", "Firke", role = c("aut"), email = "[email protected]"),
person("Thomas J.", "Leeper", role = c("aut"), email = "[email protected]", comment = c(ORCID = "0000-0003-4097-6326")),
person("Dustin", "Pashouwer", role = "ctb", email = "[email protected]"))
Description: Provides access to the SurveyMonkey API for fetching survey results.
Depends: R (>= 3.5.0)
Imports:
assertthat,
dplyr (>= 0.7.0),
tidyr (>= 1.0.0),
purrr,
httr,
tibble,
magrittr,
tidyselect,
rlang
Suggests:
httptest,
testthat,
withr
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2
URL: https://github.com/mattroumaya/surveymonkey
BugReports: https://github.com/mattroumaya/surveymonkey/issues