Open
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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