reuropean-data-format

Is there an existing way to import EDF files into R?


I have some European Data Format (EDF) files that I would like to import into R.

There are some Python libraries for parsing EDF files and the EDF spec is available, so I know it's possible, but I would avoid writing code if I could.

Does there already exist a facility for importing these kinds of files?


Solution

  • I tried look for the same thing a while ago, but I couldn't find anything for R. I ended up using biosig Python module to convert edfs to ascii. There is also this edf2ascii-converter.