powered by
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).
sid
…
The encoding to pass to the limer_call_limer() function.
limer_call_limer()
The encoding to pass to limer_base64_to_df().
limer_base64_to_df()
Further arguments to limer_call_limer.
limer_call_limer
# NOT RUN { limer_get_responses(12345) # }
Run the code above in your browser using DataLab