Learn R Programming

raveio (version 0.9.0)

import_electrode_table: Import electrode table into subject meta folder

Description

Import electrode table into subject meta folder

Usage

import_electrode_table(path, subject, use_fs = NA, dry_run = FALSE, ...)

Value

Nothing, the electrode information will be written directly to the subject's meta directory

Arguments

path

path of table file, must be a 'csv' file

subject

'RAVE' subject ID or instance

use_fs

whether to use 'FreeSurfer' files to calculate other coordinates

dry_run

whether to dry-run the process; if true, then the table will be generated but not saved to subject's meta folder

...

passed to read.csv