Title

fetch_survey_obj(id, oauth_token = get_token())

Arguments

id

ID number of survey to be fetched.

oauth_token

Your OAuth 2.0 token. By default, retrieved from get_token().

Value

a survey object, which is a nested list containing info about the survey.

Examples

# not run:
# fetch_survey_obj(123456789)