Open JasperHG90 opened 7 years ago
Currently working on this in qualtRics package. Once finished I will migrate it to this repository.
Just found this repo (and was unaware of the related repo's that handle the Qualtrics API). I've got a fair bit of Qualtrics API code that I could contribute. I definitely have code that converts a JSON export of my survey results to a dataframe. Might have to work on it a bit to make it more generic. Let me know how I can help.
Hi @Dulani, that's great to hear. We'd welcome a PR!
Currently, a user who queries a survey using any of the available R packages is returned a messy data frame.
Ideally, the returned data frame should:
Survey exports are provided in CSV, JSON, SPSS or XML format. Exports do not contain information about data structures, variable names, labels etc.
This information can be gathered through the 'get survey' option. Using these two data sets, we can give the user a lot of control over what/how data is returned, whether to store a copy on-disk, in what format to store data and so forth.