The edfReader package reads EDF(+) and BDF(+) files in two steps: first the header is read and then the signals (using the header object as an parameter).
readEdfHeader |
|
to read the file header with basic info about the signals |
The objects returned by these functions are described in the package vignette.
This package has used code from:
edf.R version 0.3 (27-11-2013) from Fabien Feschet, http://data-auvergne.fr/cloud/index.php/s/WYmFEDZylFWJzNs
the work of Henelius Andreas as of July 2015, https://github.com/bwrc/edf
Package | |
edfReader |
Version | 1.2 | |
Date | March 3, 2018 | |
Licence | GPL version 3 or newer | |
GitHub | https://github.com/Pisca46/edfReader | |
Author | Jan Vis, Vis Consultancy | |
jan@visconsultancy.eu | ||
Web | visconsultancy.eu |
For the vignette use the console command:
vignette('edfReaderVignette', package = "edfReader")
or click on Index
below.