View source: R/connect_to_formr.R
formr_backup_files | R Documentation |
After connecting to formr using formr_connect()
you can backup uploaded files using this command.
formr_backup_files(
survey_name,
overwrite = FALSE,
save_path = paste0(survey_name, "/user_uploaded_files"),
host = formr_last_host()
)
survey_name |
case-sensitive name of a survey your account owns |
overwrite |
should existing files be overwritten? defaults to FALSE |
save_path |
defaults to the survey name |
host |
defaults to |
## Not run:
formr_backup_files(survey_name = 'training_diary' )
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.