,

Binds eeg_lst and throws a warning if there is a mismatch in the channel information.

eeg_bind(...)

bind(...)

Arguments

...

eeg_lst objects to combine.

Value

An eeg_lst object.

See also

Examples

if (FALSE) { # \dontrun{

# Load multiple subjects, extracting subject IDs from file names.
faces_list <- lapply(list.files("./", "vhdr"), read_vhdr)
# Bind all the eeg_lsts into a large one:
faces <- eeg_bind(faces_list)
} # }