Title
fetch_survey_obj(id, oauth_token = get_token())
ID number of survey to be fetched.
Your OAuth 2.0 token.
By default, retrieved from get_token()
.
a survey object, which is a nested list containing info about the survey.
# not run:
# fetch_survey_obj(123456789)