get_participants_path_length: Get Participants Path Length

Description Usage Arguments Value Examples

View source: R/participant_paths.R

Description

This function extract the path length for a set of participants based on session and one scene.

Usage

1
2
get_participants_path_length(db, session.ids = c(1),
  scene.name = "Tolman_01")

Arguments

db

dyplr database handle

session.ids

sessions from which to load data

scene.id

scene from which to load the data

Value

A table with scene ids, session ids and path lengths.

Examples

1
2
db <- setup_evertools()
paths <- get_participants_path_length(db, session.ids = c(1:8), scene.ids = 0)

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