import_nirs: Import Data From NIRS Output

Description Usage Arguments

View source: R/data_cleaning.R

Description

Import the various CSV files necessary to conduct connectivity analysis with some quick cleaning, including getting the means of the regions based on the region variable

Usage

1
2
3
4
5
6
7
import_nirs(
  path = "",
  ...,
  num_channels = 24,
  sides = FALSE,
  ignore_folders = NULL
)

Arguments

path

the path to the main folder

...

the channels (a named list of numbers)

num_channels

the number of channels for each of the probes

sides

should the channel means be split into sides (based on the probe)

ignore_folders

folders to ignore in the directory


TysonStanley/connectivity documentation built on March 15, 2020, 1:44 a.m.