ls_get_attrs | R Documentation |
A survey can comprise one or more custom attributes useful for encoding
participant characteristics directly within participants table. However,
LimeSurvey refers to them as attribute_x
(where x
is the attribute
position) which is not useful at all. The function aims to resolve this issue
by returning so-called "semantic" form of attributes with human-readable
description.
ls_get_attrs(survey_id)
survey_id |
integer, ID of the survey (as found, e.g., with
|
A character vector of "semantic" attributes with names denoting "raw" attributes used internally by LimeSurvey.
Other LimeSurvey functions:
ls_add_participants()
,
ls_call()
,
ls_export()
,
ls_invite()
,
ls_login()
,
ls_participants()
,
ls_responses()
,
ls_set_participant_properties()
,
ls_surveys()
## Not run:
ls_get_attrs(123456)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.