mattroumaya / surveymonkey

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

Menu-type factor levels are pulled from all columns in question #20

Closed sfirke closed 5 years ago

sfirke commented 5 years ago

For instance unique q ID 252624806_1715092751 and 252624806_1715092752 share the name factor levels. I think the solution involves pulling question$answers$cols[[1]]$id when gathering choices, but this is more than I can implement now.

Stop-gap solution is to add unique() to the end of get_factor_levels which is not proper. Remove that when this is implemented.