-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
40 lines (40 loc) · 1.05 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
Package: qualtricks
Title: Tools for Working with Qualtrics Data
Version: 0.0.1
Authors@R:
c(
person(given = "Michael W.",
family = "Kearney",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-0730-4694")),
person(given = "Jordan",
family = "Foley",
role = c("aut"),
email = "[email protected]")
)
Description: Various useful functions for reading, parsing, cleaning, recoding,
and analyzing data imported from the survey website Qualtrics. Functions are
designed to streamline the importation and cleaning of Qualtrics survey
data primarily for the purpose of academic research analysis.
License: GPL-3
Encoding: UTF-8
Langauge: en
LazyData: true
RoxygenNote: 6.1.0.9000
URL: https://github.com/mkearney/qualtricks
BugReports: https://github.com/mkearney/qualtricks/issues
Imports:
tfse,
readr,
tibble,
utils,
datasets,
sp,
maptools,
maps
Suggests:
testthat,
covr
Depends:
R (>= 2.10)