get_participant_property: Get a participant property from a LimeSurvey survey

View source: R/get_participant_property.R

get_participant_propertyR Documentation

Get a participant property from a LimeSurvey survey

Description

This function exports and downloads a participant property from a LimeSurvey survey.

Usage

get_participant_property(iSurveyID, aTokenQueryProperties, aTokenProperties)

Arguments

iSurveyID

...

aTokenQueryProperties

...

aTokenProperties

...

Examples

## Not run: 
get_participant_property(iSurveyID = 12345, aTokenQueryProperties = 1, aTokenProperties = list("attribute_1"))

## End(Not run)

cloudyr/limer documentation built on Nov. 23, 2023, 7:59 a.m.