get_participants: Export list of participants from a LimeSurvey survey

View source: R/get_participants.R

get_participantsR Documentation

Export list of participants from a LimeSurvey survey

Description

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

Usage

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

Arguments

iSurveyID

...

iStart

...

iLimit

...

bUnused

...

aAttributes

...

Examples

## Not run: 
get_participants(12345, iStart=1, iLimit=10, bUnused=FALSE,
                                   aAttributes=c('attribute_1','attribute_2'))
get_participants(12345, iStart=1, iLimit=10, bUnused=FALSE, aAttributes=FALSE)

## End(Not run)

andrewheiss/limer documentation built on Nov. 23, 2023, 1:37 a.m.