Write_Surveys_to_Backup_Files_XLSX | R Documentation |
Writes a list of surveys to xlsx backup files, using the limesurvey IDs and panel providers as names
Write_Surveys_to_Backup_Files_XLSX( Survey_List, Backup_Folder = "Backups", Survey_IDs, Provider )
Survey_List |
this is a list containing only the downloaded data from the survey for a multiple-part survey |
Backup_Folder |
string specifying where it should be saved. If the folder doesn't exist yet, it will be created. The default is a "Backups" folder |
Survey_IDs |
this is a vector with the Limesurvey IDs of the survey parts in the same order as they are given in the list |
Provider |
Just a string with the name of the panel provider, i.e. "Cint" |
Write_Surveys_to_Backup_Files_XLSX(Cint_Surveys_0, c(112030:112039), "Cint")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.