copy_form {rgoogleclassroom} | R Documentation |
Make a copy of an existing form
Description
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
## 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)
[Package rgoogleclassroom version 0.9.1 Index]