View source: R/extractResponseLabels.R
extract_response_labels | R Documentation |
Extract all response labels from a LimeSurvey Survey Structure file (*.lss). The *.lss file is exported manually and downloaded. This function extracts all answer codes, their corresponding answer texts in all available languages and returns them as data frame.
extract_response_labels(file, strip_html = T)
file |
char path to exported LimeSurvey Survey Structure *.lss file |
strip_html |
logical. Default set to |
data frame containing the following fields:
qid - answer correspond to question with id
aid - answer id
acode - LS answer code
atxt - LS answer text
lang - language of answer text
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.