mattroumaya / surveymonkey

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

Check that on this survey, the final Q truly has no open responses submitted #26

Closed sfirke closed 5 years ago

sfirke commented 5 years ago

172045225 %>% fetch_survey_obj() %>% parse_survey() -> x -- compare to actual SM export

sfirke commented 5 years ago

There are indeed actual responses in SurveyMonkey.

sfirke commented 5 years ago

This was the fault of get_factor_levels returning NA for open-response items, instead of character(0).