-
Notifications
You must be signed in to change notification settings - Fork 23
Survey Monkey V3 API #27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
…t, commented out content$status lines
…removed body JSON now in url, modified class structure line, added new function call to get question_details
…o remove HTML tags from heading responses. updated surveypreview function to match new api data structure
…y as an input instead of using the survey detail to offer consistency across functions
…ls added to allow input of survey or collector ids and bulk responses.
…resh manual pages and NAMESPACE file. Updated function calls in code to explicitly state package::function. Changed internal variable "content" to "parsed_content" to avoid confusion with function "content"
Merge branch 'master' of https://github.com/seanofahey/Rmonkey # Conflicts: # RMonkey Demo.R
… to manage text for "other" responses to multiple choice questions.
Merge branch 'master' of https://github.com/seanofahey/Rmonkey # Conflicts: # man/surveyquestions.Rd
…getresponses call to minimize api queries Merge branch 'master' of https://github.com/seanofahey/Rmonkey # Conflicts: # R/surveyresponses.r
|
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 |
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