Description Usage Arguments Value Examples
View source: R/participant_paths.R
This function extract the path length for a set of participants based on session and one scene.
| 1 2 | get_participants_path_length(db, session.ids = c(1),
  scene.name = "Tolman_01")
 | 
| db | dyplr database handle | 
| session.ids | sessions from which to load data | 
| scene.id | scene from which to load the data | 
A table with scene ids, session ids and path lengths.
| 1 2 | db <- setup_evertools()
paths <- get_participants_path_length(db, session.ids = c(1:8), scene.ids = 0)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.