get_participant_orientations: Get Participant Orientations

Description Usage Arguments Examples

View source: R/participant_orientations.R

Description

This function extracts a participants orientation (x/roll,y/yaw,z/pitch in euler angle) and time from the database. The evaluation is lazy and this data can be used as input for further remote computations.

Usage

1
2
get_participant_orientations(db, session.id = 1,
  scene.name = "Tolman_01")

Arguments

db

dyplr database handle

session.id

session from which to load data

scene.id

scene from which to load the data

Examples

1
orientations <- get_participant_orientations(session.id = 5)

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