write_data_for_sx: Writes Data with Respondents in CSV Format Required for...

View source: R/write_data_for_sx.R

write_data_for_sxR Documentation

Writes Data with Respondents in CSV Format Required for SurveyXact Import

Description

Writes Data with Respondents in CSV Format Required for SurveyXact Import

Usage

write_data_for_sx(data, filepath, overwrite = FALSE)

Arguments

data

Data frame (or tibble).

filepath

Filepath as string

overwrite

Whether to overwrite existing file or not (default).

Value

Side-effect: writes file. Returns filepath.

Examples

## Not run: write_data_for_sx(mtcars, filepath="test.csv")

readSX documentation built on March 31, 2023, 10:28 p.m.