Write_Surveys_to_Backup_Files: Saves each survey part individually as a csv file.

View source: R/backups.R

Write_Surveys_to_Backup_FilesR Documentation

Saves each survey part individually as a csv file.

Description

Saves each survey part individually as a csv file.

Usage

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

Arguments

Survey_List

this is a list containing the downloaded (or filtered) 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

string vector with the survey IDs

Provider

string with the names of the panel provider

Examples

Write_Surveys_to_Backup_Files(Cint_Surveys_0, "Backups", c(12031:12039), "Cint")

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