Skip to content

Latest commit

 

History

History
executable file
·
18 lines (15 loc) · 591 Bytes

README.md

File metadata and controls

executable file
·
18 lines (15 loc) · 591 Bytes

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.