copy_form | R Documentation |
Make a copy of an existing form
copy_form(form_id, new_name = NULL, quiet = FALSE)
form_id |
The form_id that is desired to be copied. |
new_name |
What should the new file name for the copied file be? |
quiet |
TRUE or FALSE whether messages should be printed out. |
## Not run:
#'
# Make the form
form_info <- copy_form(form_id = "https://docs.google.com/forms/d/someformidhere/edit",
new_name = "copied form")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.