Learn R Programming

rgoogleclassroom (version 1.0.0)

get_form_responses: 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

Run this code
if (FALSE) {

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

Run the code above in your browser using DataLab