Closed sfirke closed 5 years ago
172045225 %>% fetch_survey_obj() %>% parse_survey() -> x -- compare to actual SM export
172045225 %>% fetch_survey_obj() %>% parse_survey() -> x
There are indeed actual responses in SurveyMonkey.
This was the fault of get_factor_levels returning NA for open-response items, instead of character(0).
get_factor_levels
NA
character(0)
172045225 %>% fetch_survey_obj() %>% parse_survey() -> x
-- compare to actual SM export