ls_write_tsv: Write a data frame to a LimeSurvey Tab Separated Values file
Description
Write a data frame to a LimeSurvey Tab Separated Values file
Usage
ls_write_tsv(
data,
file,
encoding = limonaid::opts$get("encoding"),
preventOverwriting = limonaid::opts$get("preventOverwriting"),
silent = limonaid::opts$get("silent")
)
Arguments
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
Run this code# NOT RUN {
### Add example once something is available.
# }
Run the code above in your browser using DataLab