R/forms.R
create_form.Rd
Create a new form
create_form(title = NULL, document_title = "new_form", description = "")
The title for the new form. Required as a string.
The title for the form file that will be stored in Google Drive
The description for the new form as a string.
if (FALSE) { #' # Make the form form_info <- create_form( title = "A great quiz", description = "This quiz is tricky" ) }