ls_write_lsg | R Documentation |
Write a data frame to a LimeSurvey Tab Separated Values file
ls_write_lsg(
data,
file,
encoding = limonaid::opts$get("encoding"),
preventOverwriting = limonaid::opts$get("preventOverwriting"),
silent = limonaid::opts$get("silent")
)
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. |
The dataframe, adapted for writing, invisibly.
### Add example once something is available.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.