Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
R
 
 
man
 
 
 
 
 
 
 
 
 
 
 
 

README.md

edf

edf is an R-package for reading physiologic data recorded in the European Data Format (EDF).

Installation from CRAN

The edf package is found on CRAN and this is the preferred way of installing the package.

To install the edf package in R, proceed as follows in R.

install.packages("edf").

Installation from GitHub

The development version of the edf package can be installed from GitHub as follows.

First install the devtools-package and load it:

   install.packages("devtools")
   library(devtools)

You can now install the edf package:

   install_github("bwrc/edf")

Usage

To read data data recorded in the EDF format:

library(edf)
datafile <- "/tmp/signal.edf"
recording <- read.edf(datafile)

License

The edf R-package is licensed under the MIT-license.

About

Read data from European Data Format (EDF and EDF+) files in R.

Resources

License

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.