mattroumaya / surveymonkey

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

Update assemble.R #67

Closed mattroumaya closed 3 years ago

mattroumaya commented 3 years ago

Proposed solution for #54

sfirke commented 3 years ago

This looks great, thank you! Only suggestion/question I have is, will it put response status first? I could see putting other columns first, particularly response ID but maybe also others like collector ID. If you agree, that last select() could name those other columns before response_status.

mattroumaya commented 3 years ago

Thanks, @sfirke ! This is an amazing package that I use often, and I will continue to look for ways that I can contribute. I agree with your suggestion and updated the dplyr::select call.

sfirke commented 3 years ago

Thanks again for this PR - I merged it, it's a nice improvement!