qsurvey is a toolkit for working with the Qualtrics survey platform and its data in R. It focuses on testing and review of surveys before fielding, and analysis of responses afterward.
Examine branching, randomization, and question attributes
Represent survey flows as directed graphs for plotting or interactive review in Shiny
Download and manipulate response data
For more see the project site.
A
Qualtrics API key
is needed to communicate with the survey platform. Set the environment
variable QUALTRICS_KEY
to your key value. You can do this
during R startup (recommended), interactively with
Sys.setenv
, or through key_from_file
.