Description Usage Arguments Examples
View source: R/participant_orientations.R
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.
| 1 2 | get_participant_orientations(db, session.id = 1,
  scene.name = "Tolman_01")
 | 
| db | dyplr database handle | 
| session.id | session from which to load data | 
| scene.id | scene from which to load the data | 
| 1 | orientations <- get_participant_orientations(session.id = 5)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.