Learn R Programming

limonaid (version 0.1.5)

limer_get_responses: 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 sid, usually 6 digits long).

sDocumentType

sLanguageCode

sCompletionStatus

sHeadingType

sResponseType

encoding_limerCall

The encoding to pass to the limer_call_limer() function.

encoding_txtCon

The encoding to pass to limer_base64_to_df().

Further arguments to limer_call_limer.

Examples

Run this code
# NOT RUN {
limer_get_responses(12345)
# }

Run the code above in your browser using DataLab