Learn R Programming

limonaid (version 0.1.5)

limer_get_participants: Export list of participants from a LimeSurvey survey

Description

This function exports and downloads the list of participants from a LimeSurvey survey.

Usage

limer_get_participants(iSurveyID, iStart, iLimit, bUnused, aAttributes)

Arguments

iSurveyID

iStart

iLimit

bUnused

aAttributes

Examples

Run this code
# NOT RUN {
limer_get_participants(12345, iStart=1, iLimit=10, bUnused=FALSE,
                                   aAttributes=c('attribute_1','attribute_2'))
limer_get_participants(12345, iStart=1, iLimit=10, bUnused=FALSE, aAttributes=FALSE)
# }

Run the code above in your browser using DataLab