Closed bnicenboim closed 5 years ago
it will work like this:
library(reticulate) use_condaenv("mne") mne_io <- import("mne.io") data_me <- mne_io$read_raw_brainvision(file, preload= TRUE, stim_channel= FALSE) eeg_lst_object <- as_eeg_lst(data_mne)
it will work like this: