mattroumaya / surveymonkey

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

Fix for manually specifying oauth token #83

Closed mattroumaya closed 2 years ago

mattroumaya commented 2 years ago

Adds option to get_responses() where if a user manually specifies an oauth_token, the default isn't to pull from the .Rprofile, but to use the oauth_token already specified. Fix for second part of #79