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.
fetch_survey_obj
andbrowse_surveys
both allow manually specifying a value forsm_oauth_token
but that's missing fromparse_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.