mattroumaya / surveymonkey

Access your SurveyMonkey data directly from R!
https://mattroumaya.github.io/surveymonkey/
Other
42 stars 10 forks source link

Fix 116 - duplicate handling #117

Open mattroumaya opened 1 year ago

mattroumaya commented 1 year ago

Adds an option to ignore duplicates entirely and deal with them as-needed after the survey is parsed:

survey_df <- 123456789 %>%
  fetch_survey_obj %>%
  parse_survey(fix_duplicates = 'none')