ledf: Attaches an EDF directly

View source: R/luna.R

ledfR Documentation

Attaches an EDF directly

Description

Directly attaches an EDF

Usage

ledf(edf, id = ".", annots = character(0))

Arguments

edf

a required filename for the to-be-attached EDF

id

an optional ID that will be associated with this EDF

annots

is an optional vector of one or more annotation filenames (.xml, .ftr, .annot or .eannot files, as described here)

Value

No explicit return value. Similar to lattach, which is just a wrapper around the ledf function

Examples

## Not run: 
> ledf("edfs/learn-nsrr02.edf", "nsrr02", "edfs/learn-nsrr02-profusion.xml")
nsrr02 : 14 signals, 10 annotations, of 09:57:30 duration

## End(Not run)

remnrem/luna documentation built on June 1, 2025, 2:14 p.m.