Write a data frame to a LimeSurvey Tab Separated Values file
ls_write_tsv(
data,
file,
encoding = limonaid::opts$get("encoding"),
preventOverwriting = limonaid::opts$get("preventOverwriting"),
silent = limonaid::opts$get("silent")
)
Arguments
- data
The dataframe to write.
- file
The file to write to.
- encoding
The encoding to write to.
- preventOverwriting
Whether to prevent overwriting, should the
target file exist, already.
- silent
Whether to be silent or chatty.
Value
The dataframe, adapted for writing, invisibly.
Examples
### Add example once something is available.