Learn R Programming

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

qualtRics (version 3.1.1)

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.1

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Last Published

September 23rd, 2019

Functions in qualtRics (3.1.1)

infer_data_types

Set proper data types on survey data.
metadata

Download metadata for a survey
qualtrics_api_request

Send httr requests to Qualtrics API
qualtrics_response_codes

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

Retrieve a data frame containing question IDs and labels
registerOptions

Register Qualtrics API Key, Base Url and Other Options
readSurvey

Read a CSV file exported from Qualtrics
read_survey

Read a CSV file exported from Qualtrics
getSurveys

Retrieve a data frame of all active surveys on Qualtrics
getSurveyQuestions

Retrieve a data frame containing question IDs and labels
qualtRicsConfigFile

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

Download a survey and import it into R
qualtrics_api_credentials

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

Convert multiple choice questions to ordered factors
all_surveys

Retrieve a data frame of all active surveys on Qualtrics
check_params

Check if parameters passed to functions are correct
fetch_survey

Download a survey and import it into R
check_for_warnings

Check if httr GET result contains a warning
download_qualtrics_export

Download response export
append_root_url

Append proper end points to create root URL
column_map

Retrieve a data frame containing survey column mapping
create_raw_payload

Create raw JSON payload to post response exports request
construct_header

Construct a header to send to Qualtrics API