Description Usage Arguments Value Examples
View source: R/participant_questions.R
This function extracts a participant's answer from the database. The evaluation is lazy and this data can be used as input for further remote computations.
1 2 | get_participant_bool_answers(db, session.id = 45,
question.name = "socDem1")
|
db |
dyplr database handle |
session.id |
session from which to load data |
question.name |
name of question as identified in xml |
question and answer of participant
1 | question <- get_participant_bool_answers(db,session.id = 45,question.name="socDem1")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.