ls_read_tsv.Rd
Read a LimeSurvey Tab-Separated Values file
ls_read_tsv(file, encoding = limonaid::opts$get("encoding"))
A dataframe.
### Get location of one of the example files
exampleFile <-
system.file(
"extdata",
"export-of-survey-with-one-question-as-tsv.txt",
package = "limonaid"
);
### Import file
lsrv <- limonaid::ls_read_tsv(exampleFile);