limer_get_participant_property: Get a participant property from a LimeSurvey survey

View source: R/limer_get_participant_property.R

limer_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. It was adapted by Gjalt-Jorn Peters from a function originally written by Andrew Heiss.

Usage

limer_get_participant_property(
  iSurveyID,
  aTokenQueryProperties,
  aTokenProperties
)

Arguments

iSurveyID

...

aTokenQueryProperties

...

aTokenProperties

...

Examples

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

## End(Not run)

limonaid documentation built on June 14, 2022, 1:06 a.m.