qualtRics v3.1.3
0
Monthly downloads
Download 'Qualtrics' Survey Data
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'.
Functions in qualtRics
Name | Description | |
getSurveyQuestions | Retrieve a data frame containing question IDs and labels | |
create_raw_payload | Create raw JSON payload to post response exports request | |
getSurveys | Retrieve a data frame of all active surveys on Qualtrics | |
create_root_url | Append to listed server to create root URL | |
survey_questions | Retrieve a data frame containing question IDs and labels | |
all_mailinglists | Retrieve a data frame of all mailing lists from Qualtrics | |
qualtrics_api_request | Send httr requests to Qualtrics API | |
all_surveys | Retrieve a data frame of all active surveys on Qualtrics | |
qualtrics_response_codes | Checks responses against Qualtrics response codes and returns error message. | |
readSurvey | Read a CSV file exported from Qualtrics | |
qualtrics_api_credentials | Install Qualtrics credentials in your .Renviron file for repeated use | |
read_survey | Read a CSV file exported from Qualtrics | |
fetch_mailinglist | Download a mailing list from Qualtrics | |
qualtRicsConfigFile | Prints an Example of a QualtRics Configuration File to the Console. | |
fetch_survey | Download a survey and import it into R | |
wrapper_mc | Convert multiple choice questions to ordered factors | |
getSurvey | Download a survey and import it into R | |
check_params | Check if parameters passed to functions are correct | |
check_for_warnings | Check if httr GET result contains a warning | |
infer_data_types | Set proper data types on survey data. | |
metadata | Download metadata for a survey | |
download_qualtrics_export | Download response export | |
column_map | Retrieve a data frame containing survey column mapping | |
construct_header | Construct a header to send to Qualtrics API | |
No Results! |
Vignettes of qualtRics
Name | ||
qualtRics.Rmd | ||
qualtricsdf.png | ||
No Results! |
Last month downloads
Details
Type | Package |
URL | https://docs.ropensci.org/qualtRics/, https://github.com/ropensci/qualtRics |
BugReports | https://github.com/ropensci/qualtRics/issues |
License | MIT + file LICENSE |
Encoding | UTF-8 |
LazyData | TRUE |
RoxygenNote | 7.1.0 |
VignetteBuilder | knitr |
NeedsCompilation | no |
Packaged | 2020-05-22 20:01:40 UTC; juliasilge |
Repository | CRAN |
Date/Publication | 2020-05-22 20:20:02 UTC |
imports | assertthat , dplyr , httr , jsonlite , lifecycle , purrr , readr , rlang , sjlabelled , stringr , tibble |
suggests | knitr , rmarkdown , testthat , vcr , webmockr |
Contributors | Jasper Ginn, Samuel Kaminsky, Eric Knudsen, Phoebe Wong, O'Brien Joseph, Jackson Curtis, Shaun Jackson, Daniel Seneca |
Include our badge in your README
[](http://www.rdocumentation.org/packages/qualtRics)