Rmonkey icon indicating copy to clipboard operation
Rmonkey copied to clipboard

Survey Monkey V3 API

Open seanofahey opened this issue 8 years ago • 2 comments

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

seanofahey avatar Dec 27 '16 04:12 seanofahey

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.

sfirke avatar Mar 30 '17 13:03 sfirke

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]])

sfirke avatar Mar 30 '17 16:03 sfirke