get_questions_as_data_frame: Get Questions as Data Frame

Description Usage Arguments Value Examples

View source: R/dataframe_helper.R

Description

This function extracts all participants' answers from the database. Note that this exports the answer indices rather than the output values. So the value 0 describes the first output.

Usage

1
2
get_questions_as_data_frame(db, session.ids, participant.ids = NULL,
  utf8 = T)

Arguments

db

dyplr database handle

session.ids

sessions from which to load data

participant.ids

optional, identifier for participants

utf8

optional allows to turn of encoding in utf8

Value

all answers of all participants

Examples

1
questions.df <- get_questions_as_data_frame(db,session.ids = session.ids ,participant.ids = participant.ids)

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