Get Google Form Properties
Examples
if (FALSE) {
# 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)
}
Get Google Form Properties
if (FALSE) {
# 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)
}