Open mattroumaya opened 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')
Adds an option to ignore duplicates entirely and deal with them as-needed after the survey is parsed: