get_form_properties | R Documentation |
Get Google Form Properties
get_form_properties(form_id = NULL, form_url = NULL)
form_id |
Google form Id |
form_url |
Google form url |
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.