create_form | R Documentation |
Create a new form
create_form(title = NULL, document_title = "new_form", description = "")
title |
The title for the new form. Required as a string. |
document_title |
The title for the form file that will be stored in Google Drive |
description |
The description for the new form as a string. |
## Not run:
#'
# Make the form
form_info <- create_form(
title = "A great quiz",
description = "This quiz is tricky"
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.