General function used internally by every other ls_
fellow. Useful when you
want something special that is not (yet) implemented in reschola
.
Usage
ls_call(method, params = list())
Details
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.
See also
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()
Examples
if (FALSE) { # \dontrun{
ls_call("get_survey_properties", params = list(iSurveyID = 123456))
} # }