get_form_properties: Get Google Form Properties

View source: R/forms.R

get_form_propertiesR Documentation

Get Google Form Properties

Description

Get Google Form Properties

Usage

get_form_properties(form_id = NULL, form_url = NULL)

Arguments

form_id

Google form Id

form_url

Google form url

Examples

## Not run: 

# Make the form
form_info <- create_form(title = "A great quiz", description = "This quiz is tricky")

# Get info about the form
form_info <- get_form_properties(form_id = form_info$formId)

## End(Not run)

rgoogleclassroom documentation built on April 4, 2025, 1:17 a.m.