ls_export | R Documentation |
Export Responses with Participants Attached
ls_export( survey_id, attributes = TRUE, clean_labels = TRUE, n_participants = 999, lang = "cs", part = "all", only_unused_tokens = FALSE, join_by = "token", ... )
survey_id |
integer, ID of the survey (as found with |
attributes |
logical try to recover all attributes (default to TRUE), or character vector specifying requested attributes. |
clean_labels |
logical, whether to clean labels of subquestions from
repeating parts. Defaults to |
n_participants |
integer, the number of participants to list, defualt to 999. |
lang |
character, ISO 639 language code, default to |
part |
character, completion status, either |
only_unused_tokens |
logical, should only the unused tokens be listed? Default to FALSE. |
join_by |
character, the joining variable present in both responses
and participants tibbles. Default to |
... |
Arguments passed on to
|
A tibble.
Other LimeSurvey functions:
ls_add_participants()
,
ls_call()
,
ls_get_attrs()
,
ls_invite()
,
ls_login()
,
ls_participants()
,
ls_responses()
,
ls_set_participant_properties()
,
ls_surveys()
## Not run: ls_export(123456) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.