get_participant_path_length: Get Participant Path Length

Description Usage Arguments Value Examples

View source: R/participant_paths.R

Description

This function extract the path length for a given participant's session and scene.

Usage

1
2
get_participant_path_length(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

Value

Length of a single path

Examples

1
2
db <- setup_evertools()
path <- get_participant_path_length(db, session.id = 1, scene.id = 0)

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