Skip to content

Pisca46/edfReader

Repository files navigation

edfReader

edfReader is an R-package for reading European Data Format EDF(+) and BioSemi Data Format BDF(+) files

Installation

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)

License

GPL version 3 or newer.