jflournoy / qualtrics

This package utilizes the Qualtrics API to interface with the Qualtrics survey system.
1 stars 3 forks source link

Suggested feature: option to exclude identifying information in get_survey_data() #1

Open dcosme opened 6 years ago

dcosme commented 6 years ago

I’d like to suggest including an option to exclude identifying variables in get_survey_data() so that identifying data (e.g. names, email addresses, IP addresses) are not included in the output data frame at all. This could be achieved by including a variable argument in the function that accepts a vector of strings with the item names and subsequently filters them out before returning the data frame.