Convert edf data to numpy in R

Dear MNE

Right now i am working in R because I need to locate the change point in my signal. I already load MNE-R is ok. But I need to do this:

Edf_data, times = raw[:,:]

And I haven´t able to do that in R and either found some examples.

Thank you in advance. I hope you guys can help me.

  • MNE-Python version: 0.23
  • operating system: Windows

can you try

raw.get_data ?

A

I think in MNE-R it would be raw$get_data() but yeah, that is the first thing to try.