eeg_bind | R Documentation |
Binds eeg_lst and throws a warning if there is a mismatch in the channel information.
eeg_bind(...)
bind(...)
... |
|
An eeg_lst
object.
Other tidyverse-like functions:
dplyr_verbs
,
drop_incomplete_segments()
,
eeg_slice_signal()
## Not run:
# Load multiple subjects using purrr::map, extracting subject IDs from file names.
faces_list <- purrr::map(list.files("./", "vhdr"), ~
read_vhdr(.x))
# Bind all the eeg_lsts into a large one:
faces <- eeg_bind(faces_list)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.