powered by
Make a copy of an existing form
copy_form(form_id, new_name = NULL, quiet = FALSE)
The form_id that is desired to be copied.
What should the new file name for the copied file be?
TRUE or FALSE whether messages should be printed out.
if (FALSE) { #' # Make the form form_info <- copy_form(form_id = "https://docs.google.com/forms/d/someformidhere/edit", new_name = "copied form") }
Run the code above in your browser using DataLab