limer_get_responses {limonaid} | R Documentation |
Export data from a LimeSurvey survey
Description
This function exports and downloads data from a LimeSurvey survey. It was adapted by Gjalt-Jorn Peters from a function originally written by Andrew Heiss.
Usage
limer_get_responses(
iSurveyID,
sDocumentType = "csv",
sLanguageCode = NULL,
sCompletionStatus = "complete",
sHeadingType = "code",
sResponseType = "long",
encoding_limerCall = NULL,
encoding_txtCon = NULL,
...
)
Arguments
iSurveyID |
The LimeSurvey survey identifier (the |
sDocumentType |
... |
sLanguageCode |
... |
sCompletionStatus |
... |
sHeadingType |
... |
sResponseType |
... |
encoding_limerCall |
The encoding to pass to
the |
encoding_txtCon |
The encoding to pass to
|
... |
Further arguments to |
Examples
## Not run:
limer_get_responses(12345)
## End(Not run)
[Package limonaid version 0.1.5 Index]