Make a copy of an existing form
Usage
copy_form(form_id, new_name = NULL, quiet = FALSE)
Arguments
- 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.
Examples
if (FALSE) {
#'
# Make the form
form_info <- copy_form(form_id = "https://docs.google.com/forms/d/someformidhere/edit",
new_name = "copied form")
}