edfReader is an R-package for reading European Data Format EDF(+) and BioSemi Data Format BDF(+) files
To install the edfReader package in R, proceed as follows in R.\cr First, install the devtools-package and load it:
install.packages("devtools")
library(devtools)
Second, install the edfReader package:
install_github("pisca46/edfReader", build_vignettes = TRUE)
GPL version 3 or newer.