forked from ropensci/qualtRics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
36 lines (36 loc) · 958 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
32
33
34
35
36
Package: qualtRics
Type: Package
Title: Download Qualtrics Survey Data Directly into R
Version: 2.2
Author: Jasper Ginn
Maintainer: Jasper Ginn <jasperginn@gmail.com>
Description: Qualtrics <https://www.qualtrics.com/about/>
allows users to collect online data through surveys.
This package contains convenience functions to pull
survey results straight into R using the Qualtrics
API. See <https://api.qualtrics.com/> for more
information about the Qualtrics API. This package is
community-maintained and is not officially supported
by Qualtrics.
Imports:
httr,
stringr,
readr,
jsonlite,
assertthat,
sjlabelled,
lubridate,
yaml
URL:
https://github.com/JasperHG90/qualtRics
BugReports:
https://github.com/JasperHG90/qualtRics/issues
License: GPL-3 | file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
Suggests:
knitr,
rmarkdown,
testthat
VignetteBuilder: knitr