get_participant_answers_ids: Get Participant Answer IDs

Description Usage Arguments Value Examples

Description

This function extracts a list of a participant's answers ids from the database. The evaluation is lazy and this data can be used as input for further remote computations.

Usage

1
get_participant_answers_ids(db, session.id = 45)

Arguments

db

dyplr database handle

question.name

name of question as identified in xml

Value

question and answer of participant

Examples

1
answer_ids <- get_participant_answers_ids(db,session.id=45)

cog-ethz/evertools documentation built on April 1, 2020, 10:30 p.m.