ls_call | R Documentation |
General function used internally by every other ls_
fellow. Useful when you
want something special that is not (yet) implemented in reschola
.
ls_call(method, params = list())
method |
character, a method supported by LimeSurvey API. |
params |
list, arguments of the method. Need to be in order stated in
documentation. Note that |
The list of available LimeSurvey API calls briefly documents the functionality provided. You must strictly adhere to the arguments positions, as they are passed as an array.
A tibble, or raw object if server response cannot be reasonably coerced to a tibble.
Other LimeSurvey functions:
ls_add_participants()
,
ls_export()
,
ls_get_attrs()
,
ls_invite()
,
ls_login()
,
ls_participants()
,
ls_responses()
,
ls_set_participant_properties()
,
ls_surveys()
## Not run:
ls_call("get_survey_properties", params = list(iSurveyID = 123456))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.