Qualtrics Survey File (QSF) editing and construction in R.
A QSF is a json file that is represented in R as a nested list. For an introduction to Qualtrics' QSF files see Christian Testa's Quickstart Guide to understanding the Qualtrics Survey File.
remotes::install_github('sumtxt/qsf', build_vignettes=TRUE)Call vignette("using-qsf") after installation to see some simple examples on how to use this package.
-
QualtricsTools automatically process Qualtrics survey data into reports.
-
qualtRics provides functions to download survey data directly into R using the 'Qualtrics' API.