eeg_bind: Bind eeg_lst objects.

View source: R/dplyr_ext.R

eeg_bindR Documentation

Bind eeg_lst objects.

Description

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

Usage

eeg_bind(...)

bind(...)

Arguments

...

eeg_lst objects to combine.

Value

An eeg_lst object.

See Also

Other tidyverse-like functions: dplyr_verbs, drop_incomplete_segments(), eeg_slice_signal()

Examples

## 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)


bnicenboim/eeguana documentation built on March 16, 2024, 7:21 a.m.