Learn R Programming

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

qualtRics (version 3.1.6)

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

3,316

Version

3.1.6

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Last Published

June 6th, 2022

Functions in qualtRics (3.1.6)

check_params

Check if parameters passed to functions are correct
fetch_id

Fetch a unique Qualtrics survey ID based on survey name in the Qualtrics UI
check_for_warnings

Check if httr GET result contains a warning
fetch_distributions

Download distribution data for a survey from Qualtrics
fetch_distribution_history

Download distribution history data for a distribution from Qualtrics
getSurveys

Retrieve a data frame of all active surveys on Qualtrics
infer_data_types

Set proper data types on survey data.
qualtRicsConfigFile

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

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

Send httr requests to Qualtrics API
fetch_description

Download complete survey description using the Qualtrics v3 "Get Survey" API endpoint.
getSurvey

Download a survey and import it into R
extract_colmap

Extract column map from survey data download
fetch_survey

Download a survey and import it into R
generate_url

Generate URL for specific API query by type and (if appropriate) ID
fetch_mailinglist

Download a mailing list from Qualtrics
list_distribution_links

Download distribution links for a distribution from Qualtrics
getSurveyQuestions

Retrieve a data frame containing question IDs and labels
metadata

Download metadata for a survey
survey_questions

Retrieve a data frame containing question IDs and labels
qualtrics_api_credentials

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

Convert multiple choice questions to ordered factors
readSurvey

Read a CSV file exported from Qualtrics
read_survey

Read a CSV file exported from Qualtrics
construct_header

Construct a header to send to Qualtrics API
column_map

Retrieve a data frame containing survey column mapping
all_mailinglists

Retrieve a data frame of all mailing lists from Qualtrics
create_raw_payload

Create raw JSON payload to post response exports request
download_qualtrics_export

Download response export
all_surveys

Retrieve a data frame of all active surveys on Qualtrics