read_mdf: Read a Morpheo Data Format (MDF) directory to a list.

View source: R/files.R

read_mdfR Documentation

Read a Morpheo Data Format (MDF) directory to a list.

Description

Read a Morpheo Data Format (MDF) directory to a list.

Usage

read_mdf(mdfPath, channels = c(NA), metadata = TRUE)

Arguments

mdfPath

character. MDF path.

channels

character. Channels to read.

metadata

boolean. Read or not the metadata.

Value

A list.

References

P. Bouchequet, D. Jin, G. Solelhac, M. Chennaoui, D. Leger, "Morpheo Data Format (MDF), un nouveau format de données simple, robuste et performant pour stocker et analyser les enregistrements de sommeil", Médecine du Sommeil, vol. 15, n 1, p. 48/49, march 2018.


rsleep documentation built on Nov. 6, 2023, 1:06 a.m.