Skip to contents

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

if (FALSE) {

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