View source: R/connect_to_formr.R
formr_backup_study | R Documentation |
Backup a study by downloading all surveys, results, item displays, run shuffle, user overview and user details. This function will save the data in a folder named after the study.
formr_backup_study(
study_name,
save_path = study_name,
host = formr_last_host(),
overwrite = FALSE
)
study_name |
case-sensitive name of a study your account owns |
save_path |
path to save the study data, defaults to the study name |
host |
defaults to |
overwrite |
should existing files be overwritten? |
## Not run:
formr_backup_study(study_name = 'training_diary' )
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.