# NOT RUN {
### 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);
# }
Run the code above in your browser using DataLab