View source: R/limer_get_responses.R
limer_get_responses | R Documentation |
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, ... )
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 |
## Not run: limer_get_responses(12345) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.