mattroumaya / surveymonkey

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

sm_oauth_token argument missing from parse_survey #31

Closed sfirke closed 5 years ago

sfirke commented 5 years ago

fetch_survey_obj and browse_surveys both allow manually specifying a value for sm_oauth_token but that's missing from parse_survey. So if you can't get your .Rprofile working, or want to manually specify a token, you're out of luck.

parse_survey should accept that argument, in the style of the other two functions, and pass it through into the sub-functions that make API calls.