I have European Data Format (EDF) files that I would like to import into R.
There are several Python libraries for parsing EDF files, and the EDF specification is available, so I know that this is possible, but I would not write code if I could.
Is there already a tool to import these files?
source
share