View source: R/limer_call_limer.R
limer_call_limer | R Documentation |
This function makes a generic call to the LimeSurvey API. See https://www.limesurvey.org/manual/RemoteControl_2_API for API documentation. It was adapted by Gjalt-Jorn Peters from a function originally written by Andrew Heiss.
limer_call_limer(method, params = list(), ..., encoding = "utf-8")
method |
API function to call. Full lis Defaults to value set in |
params |
Optional named list of parameters to pass to the function. |
... |
Other arguments passed to |
encoding |
The encoding to use |
Results from the API (sometimes plain text, sometimes base64-encoded text).
## Not run:
limer_call_limer(method = "list_surveys")
limer_call_limer(method = "get_summary",
params = list(iSurveyID = 238481,
sStatname = "completed_responses"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.