Write a data frame to a LimeSurvey Tab Separated Values file
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.