View source: R/connect_to_formr.R
formr_backup_surveys | R Documentation |
Backup surveys by downloading item lists, results, item displays and file lists.
formr_backup_surveys(
survey_names,
surveys = list(),
save_path = "./",
overwrite = FALSE,
host = formr_last_host()
)
survey_names |
case-sensitive names of surveys your account owns |
surveys |
a list of survey data (from a run structure), optional |
save_path |
path to save the study data, defaults to the study name |
overwrite |
should existing files be overwritten? |
host |
defaults to |
## Not run:
formr_backup_surveys(survey_names = 'training_diary', save_path = 'surveys')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.