get_participants_path_length_all: Get Participants Path Length All

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 sessions and scenes.

Usage

1
2
get_participants_path_length_all(db, session.ids = c(1),
  scene.names = c("Tolman_01"))

Arguments

db

dyplr database handle

session.ids

sessions from which to load data

scene.ids

scenes from which to load the data

Value

A table with session ids and path lengths.

Examples

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

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