Rmonkey
Rmonkey copied to clipboard
Survey Monkey V3 API
Thanks for the work to build this SurveyMonkey library for R. I am updating the functions to work with the new SurveyMonkey V3 API and wanted to share the work with you so you could consider merging them back into the main branch. I am working my way through the functions but so far have updated smlogin, surveydetails, surveylist, userdetails and part of getresponses. More to come.
Sean
Hi @seanofahey - are you still working on bringing Rmonkey back to life for SurveyMonkey's current API? Where do things stand? This pull request looks promising.
Looks like a lot of smaller functions are showcased in RMonkey Demo.R
and then you've switched the workflow for retrieving responses to be all in surveyresponses()
? That function seems to be working. README will need to be rewritten as your update changed how responses are retrieved, i.e., users should use surveyresponses(s[[1]])
instead of the previous getallresponses(s[[1]])