Skip to content
/ edf Public
forked from bwrc/edf

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

License

Notifications You must be signed in to change notification settings

wtriplett/edf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

edf

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

Installation

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

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%