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.
limer_get_responses(
iSurveyID,
sDocumentType = "csv",
sLanguageCode = NULL,
sCompletionStatus = "complete",
sHeadingType = "code",
sResponseType = "long",
encoding_limerCall = NULL,
encoding_txtCon = NULL,
...
)
The LimeSurvey survey identifier (the sid
, usually
6 digits long).
...
...
...
...
...
The encoding to pass to
the limer_call_limer()
function.
The encoding to pass to
limer_base64_to_df()
.
Further arguments to limer_call_limer
.
if (FALSE) {
limer_get_responses(12345)
}