powered by
Writes Data with Respondents in CSV Format Required for SurveyXact Import
write_data_for_sx(data, filepath, overwrite = FALSE)
Side-effect: writes file. Returns filepath.
Data frame (or tibble).
Filepath as string
Whether to overwrite existing file or not (default).
if (FALSE) write_data_for_sx(mtcars, filepath="test.csv")
Run the code above in your browser using DataLab