Skip to contents

Download a survey's responses

Usage

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 of type qdoc, which is a nested list containing info about the survey and underlying questionnaire. Note that you can print this object for an informative summary like you can any other qdoc object.

Examples

# not run:
# fetch_survey_obj(123456789)