export_bva | R Documentation |
Export continuous EEG data in Brain Vision Analyzer format. This is one of the recommended formats for BIDS https://bids-specification.readthedocs.io/en/stable/04-modality-specific-files/03-electroencephalography.html
export_bva(.data, filename, orientation, verbose = TRUE) ## S3 method for class 'eeg_data' export_bva(.data, filename, orientation = "VECTORIZED", verbose = TRUE)
.data |
|
filename |
String giving filename to export to. File extensions will be removed when supplied. |
orientation |
VECTORIZED or MULTIPLEXED. This relates to the way the data is stored in the binary file. VECTORIZED is the default and recommended. |
verbose |
print informative messages to console |
eeg_data
: Method for eeg_data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.