-
Notifications
You must be signed in to change notification settings - Fork 71
/
DESCRIPTION
58 lines (58 loc) · 1.82 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
56
57
58
Type: Package
Package: qualtRics
Title: Download 'Qualtrics' Survey Data
Version: 3.2.1.9000
Authors@R: c(
person("Jasper", "Ginn", , "[email protected]", role = "aut"),
person("Jackson", "Curtis", , "[email protected]", role = "ctb"),
person("Shaun", "Jackson", , "[email protected]", role = "ctb"),
person("Samuel", "Kaminsky", , "[email protected]", role = "ctb"),
person("Eric", "Knudsen", , "[email protected]", role = "ctb"),
person("Joseph", "O'Brien", , "[email protected]", role = "aut"),
person("Daniel", "Seneca", , "[email protected]", role = "ctb"),
person("Julia", "Silge", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-3671-836X")),
person("Phoebe", "Wong", , "[email protected]", role = "ctb")
)
Description: Provides functions to access survey results directly into R
using the 'Qualtrics' API. 'Qualtrics'
<https://www.qualtrics.com/about/> is an online survey and data
collection software platform. See <https://api.qualtrics.com/> for
more information about the 'Qualtrics' API. This package is
community-maintained and is not officially supported by 'Qualtrics'.
License: MIT + file LICENSE
URL: https://docs.ropensci.org/qualtRics/,
https://github.com/ropensci/qualtRics
BugReports: https://github.com/ropensci/qualtRics/issues
Imports:
archive,
cli,
dplyr (>= 1.0),
fs,
glue,
httr,
jsonlite,
lifecycle,
lubridate,
purrr,
readr,
rlang,
sjlabelled,
stringr,
tibble,
tidyr,
withr
Suggests:
covr,
knitr,
rmarkdown,
testthat (>= 3.0.0),
vcr (>= 1.2.0),
webmockr
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: FALSE
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Config/testthat/edition: 3