Description Usage Arguments Value Note
View source: R/erp_preprocess.R
importBVdat
imports a binary file exported from the BrainVision
software
1 2 3 4 5 6 | importBVdat(
file_name,
file_path = getwd(),
id = "",
import_options = importOptions()
)
|
file_name |
character string; the name of the input files without extensions |
file_path |
character string; the path to the files if they are not in the working directory (default) |
id |
character string denoting the identification code of the participant |
import_options |
a list, which should be given by calling
|
A list with three named elements: eeg (array), markers (data.frame), channels (data.frame)
This is a custom function tailored for the special datasets collected in our lab. Use it with extra care for general purposes!
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.