bnicenboim / eeguana

A package for manipulating EEG data in R.
https://bnicenboim.github.io/eeguana/
Other
21 stars 9 forks source link

basic mne files can be read #76

Closed bnicenboim closed 5 years ago

bnicenboim commented 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)