qualtrics Package for R

This page summarizes the qualtrics package for R. The qualtrics R project/package provides functions that wrap the Qualtrics web survey tool. API access is required and requests can be made to Qualtrics Support. Functions include extracting survey data into R as well as managing panels and sending surveys.

Note: A Qualtircs API key is required to utilize these functions. Please contact Qualtrics directly to request an API key.

The project summary page you can find here.

The following example demonstrates how to use the qualtrics package (more soon...).

#Install the package
install.packages('qualtrics', repos=c('http://R-Forge.R-project.org', 'http://lib.stat.cmu.edu/R/CRAN'), dep=TRUE)

#Load the package
library(qualtrics)

#List the available functions
ls('package:qualtrics')