read_dmcc_behav: Reads trial-level behavioral data and event times for DMCC2...

Description Usage Arguments

View source: R/read_dmcc_behav.R

Description

Reads trial-level behavioral data and event times for DMCC2 tasks.

Usage

1
2
3
4
5
read_dmcc_behav(
  files = "all",
  use.boxr = if (Sys.info()["nodename"] == "CCP-FREUND") FALSE else TRUE,
  boxdrive.path = "C:/Users/mcf/Box"
)

Arguments

files

Character; which files to read? Must be either %in% "axcpt", "cuedts", "stern", "stroop", "subjsum"; or "all." Defaults to "all".

use.boxr

Boolean; use boxr or boxdrive? When on freund's laptop, defaults to FALSE (boxdrive), otherwise TRUE (boxr).

boxdrive.path

String indicating path to boxdrive. Defaults to path for freund's laptop.


mcfreund/mikeutils documentation built on May 27, 2021, 5:46 a.m.