mattroumaya / surveymonkey

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

Include response type #54

Closed sfirke closed 3 years ago

sfirke commented 4 years ago

Will be "partial" "completed" "overquota" or "disqualified" per API. Looks like it's available after get_responses with just responses[[1]]$response_status so that should be easy to incorporate. Also this field appears in the web interface but not in the .csv export so a nice win for the package.