,
Creates an eeg_lst object from edf, edf+, and bdf file export formats.
read_edf(file, .recording = file)An eeg_lst object.
When trigger information is stored in a "Status" or "Trigger" channel, the trigger value is stored only when the value of the channel increases. This follows the default behavior of find_events in MNE 0.18. If you have a case where this assumption is incorrect, please open an issue in https://github.com/bnicenboim/eeguana/issues.
Other reading and writing functions:
read_fif(),
read_ft(),
read_set(),
read_vhdr()
if (FALSE) { # \dontrun{
s1 <- read_edf("./faces.edf", .recording = 1)
} # }