Write_Surveys_to_Backup_Files_XLSX: XLSX Backup of Limesurvey Surveys

View source: R/backups.R

Write_Surveys_to_Backup_Files_XLSXR Documentation

XLSX Backup of Limesurvey Surveys

Description

Writes a list of surveys to xlsx backup files, using the limesurvey IDs and panel providers as names

Usage

Write_Surveys_to_Backup_Files_XLSX(
  Survey_List,
  Backup_Folder = "Backups",
  Survey_IDs,
  Provider
)

Arguments

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"

Examples

Write_Surveys_to_Backup_Files_XLSX(Cint_Surveys_0, c(112030:112039), "Cint")

bpresentati/surveyR documentation built on March 19, 2022, 3:40 a.m.