update_form_settings | R Documentation |
Create a multiple choice question
update_form_settings(
form_id = NULL,
title = NULL,
description = NULL,
google_forms_request = NULL,
quiet = FALSE
)
form_id |
The id of the google form to be updated |
title |
An updated title |
description |
An updated description |
google_forms_request |
A google forms request object. If not supplied, it will be created new. |
quiet |
TRUE/FALSE you'd like a progress message? |
## Not run:
update_form_settings(
form_id = "12345",
new_title = NULL,
new_description = NULL
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.