ls_set_participant_properties | R Documentation |
Set or Edit Attribute(s) of an Participant
ls_set_participant_properties(survey_id, participant, ...)
survey_id |
integer, ID of the survey (as found with |
participant |
integer or list, one token ID (not token!) from
participant database. Use |
... |
attributes in the form |
A tibble with the participant row just edited.
Other LimeSurvey functions:
ls_add_participants()
,
ls_call()
,
ls_export()
,
ls_get_attrs()
,
ls_invite()
,
ls_login()
,
ls_participants()
,
ls_responses()
,
ls_surveys()
## Not run:
ls_set_participant_properties(123456,
participant = 18, email = "new@email.cz",
attribute_1 = 600123456
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.