limer_get_participant_property {limonaid} | R Documentation |
This function exports and downloads a participant property from a LimeSurvey survey. It was adapted by Gjalt-Jorn Peters from a function originally written by Andrew Heiss.
limer_get_participant_property(
iSurveyID,
aTokenQueryProperties,
aTokenProperties
)
iSurveyID |
... |
aTokenQueryProperties |
... |
aTokenProperties |
... |
## Not run:
limer_get_participant_property(
iSurveyID = 12345,
aTokenQueryProperties = 1,
aTokenProperties = list("attribute_1")
);
## End(Not run)