Learn R Programming

readSX (version 0.8.4)

write_data_for_sx: 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)

Value

Side-effect: writes file. Returns filepath.

Arguments

data

Data frame (or tibble).

filepath

Filepath as string

overwrite

Whether to overwrite existing file or not (default).

Examples

Run this code
if (FALSE) write_data_for_sx(mtcars, filepath="test.csv")

Run the code above in your browser using DataLab