Learn R Programming

⚠️There's a newer version (3.2.1) of this package.Take me there.

qualtRics (version 3.1.4)

Download 'Qualtrics' Survey Data

Description

Provides functions to access survey results directly into R using the 'Qualtrics' API. 'Qualtrics' is an online survey and data collection software platform. See for more information about the 'Qualtrics' API. This package is community-maintained and is not officially supported by 'Qualtrics'.

Copy Link

Version

Install

install.packages('qualtRics')

Monthly Downloads

2,735

Version

3.1.4

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Julia Silge

Last Published

January 14th, 2021

Functions in qualtRics (3.1.4)

extract_colmap

Extract column map from survey data download
qualtrics_api_credentials

Install Qualtrics credentials in your .Renviron file for repeated use
wrapper_mc

Convert multiple choice questions to ordered factors
qualtRicsConfigFile

Prints an Example of a QualtRics Configuration File to the Console.
survey_questions

Retrieve a data frame containing question IDs and labels
getSurveys

Retrieve a data frame of all active surveys on Qualtrics
getSurveyQuestions

Retrieve a data frame containing question IDs and labels
fetch_mailinglist

Download a mailing list from Qualtrics
fetch_distributions

Download distribution data for a survey from Qualtrics
infer_data_types

Set proper data types on survey data.
metadata

Download metadata for a survey
read_survey

Read a CSV file exported from Qualtrics
readSurvey

Read a CSV file exported from Qualtrics
fetch_survey

Download a survey and import it into R
qualtrics_response_codes

Checks responses against Qualtrics response codes and returns error message.
qualtrics_api_request

Send httr requests to Qualtrics API
getSurvey

Download a survey and import it into R
all_mailinglists

Retrieve a data frame of all mailing lists from Qualtrics
all_surveys

Retrieve a data frame of all active surveys on Qualtrics
check_for_warnings

Check if httr GET result contains a warning
check_params

Check if parameters passed to functions are correct
column_map

Retrieve a data frame containing survey column mapping
construct_header

Construct a header to send to Qualtrics API
download_qualtrics_export

Download response export
create_root_url

Append to listed server to create root URL
create_raw_payload

Create raw JSON payload to post response exports request