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)
eeg_data
object to be exported.
String giving filename to export to. File extensions will be removed when supplied.
VECTORIZED or MULTIPLEXED. This relates to the way the data is stored in the binary file. VECTORIZED is the default and recommended.
print informative messages to console
export_bva(eeg_data)
: Method for eeg_data