read.data: Generic function for reading data.

Description Usage Arguments Value See Also

Description

The input format is determined automatically from the file extension or from the provided format option.

Usage

1
read.data(filename, format = NULL)

Arguments

filename

The name of the file to be read.

format

The format of the data (optional). The supported data formats are:

ibi

Generic IBI (one IBI per line, plaintext file, no header).

sdf

Suunto data format.

fbe

Firstbeat data format.

edf

European Data Format (using the EDF-package).

Value

A recording structure (a list) containing the header information and signal data.

See Also

Other read_data: read.data.edf, read.data.firstbeat, read.data.ibi, read.data.suunto


bwrc/colibri documentation built on May 13, 2019, 9:10 a.m.