View source: R/isSubquestion.R
is_lsSubquestion | R Documentation |
Columns in LimeSurvey based result data frames hold variables that can represent questions or
sub-questions. In case a variable represents a sub-question, it can be useful to call get_lsParentlabel
in order to retrieve the text of the overarching question.
The function simply checks if the parent label is NULL or not.
is_lsSubquestion(x)
x |
Variable column of the result data frame |
Bool. TRUE
in case the column holds responses of a sub-question
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.