View source: R/write_data_for_sx.R
| write_data_for_sx | R Documentation |
Writes Data with Respondents in CSV Format Required for SurveyXact Import
write_data_for_sx(data, filepath, overwrite = FALSE)
data |
Data frame (or tibble). |
filepath |
Filepath as string |
overwrite |
Whether to overwrite existing file or not (default). |
Side-effect: writes file. Returns filepath.
tmpfile <- tempfile(fileext = ".csv")
write_data_for_sx(mtcars, filepath=tmpfile)
unlink(tmpfile)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.