get_finished_trials_indices: Returns which trials were finished

Description Usage Arguments Value

View source: R/brainvr-getters.R View source: R/brainvr-getters.R

Description

Returns which trials were finished

Returns which trials were finished

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
get_finished_trials_indices(
  obj,
  zero_based = FALSE,
  exclude_force_finished = FALSE
)

get_finished_trials_indices(
  obj,
  zero_based = FALSE,
  exclude_force_finished = FALSE
)

Arguments

obj

BrainvrObject

zero_based

if T, it keeps the indices as they are reported by the framework, beginning with 0

exclude_force_finished

if TRUE, removes trial indeices for trials that were force finished

...

Value

indices of finished trials. One based

indices of finished trials. One based


BrainVR/brainvr-reader documentation built on Nov. 2, 2021, 11:09 a.m.