read.ebm.single: Read data in Embla Data Format from a single file.

Description Usage Arguments Value

Description

This function reads the data stored in an EBM file. This data consists of, e.g., physiologic signals.

Usage

1
2
read.ebm.single(datafile, start = 0, data.length = NULL,
  header.only = FALSE)

Arguments

datafile

The full path to a particular EBM file.

start

The offset in seconds from the beginning of the file to start reading data.

data.length

The amount of data in seconds to be read.

header.only

Boolean denoting whether to only read the headers in the EBM file. Default is FALSE.

Value

The data in the EBM file as a list.


bwrc/embla-r documentation built on May 13, 2019, 9:16 a.m.