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 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

## Not run: 
limer_get_responses(12345)

## End(Not run)

[Package limonaid version 0.1.5 Index]