get_form_responses {rgoogleclassroom}R Documentation

Get form responses

Description

Get form responses

Usage

get_form_responses(form_id = NULL, form_url = NULL)

Arguments

form_id

The id of the google form to be updated

form_url

Google form url

Examples

## Not run: 

form_url <- "https://docs.google.com/forms/d/1woWtLVviIhrwb-NYEjVMO_IV2-62vOhaS4N0/edit#responses"
get_form_responses(form_url = form_url)

## End(Not run)

[Package rgoogleclassroom version 0.9.1 Index]