open_brainvr_logs: Generic loading of all the results, experiment and other logs

Description Usage Arguments

View source: R/brainvr-loading.R

Description

Generic loading of all the results, experiment and other logs

Usage

1
2
3
4
5
6
7
open_brainvr_logs(
  directory,
  log_name,
  exp_timestamp = NULL,
  func = NULL,
  flatten = FALSE
)

Arguments

directory

directory where to look for the log

log_name

name of the log to be searched for and loaded

exp_timestamp

timestamp of the particular type of log

func

R functions which actually loads the object (contains code to preprocess the log, extract some log specific information etc.). If null, default function is used

flatten

in case only a single file is found, should it be unnested? defaults to false


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