limesurvey_api_call {ipanema} | R Documentation |
limesurvey_api_call
Description
Perform a call to the 'LimeSurvey' RPC API.
Usage
limesurvey_api_call(method, params = list(), ...)
Arguments
method |
Name of the API method to call. A complete list of methods can be found here: https://api.limesurvey.org/classes/remotecontrol_handle.html |
params |
Parameters to pass to the API |
... |
Additional parameters passed from above |
Value
A list containing the de-serialized response.
[Package ipanema version 1.1.0 Index]