eem_load_dreem: Load original data from the drEEM tutorial and return it as...

eem_load_dreemR Documentation

Load original data from the drEEM tutorial and return it as eemlist

Description

Load original data from the drEEM tutorial and return it as eemlist

Usage

eem_load_dreem()

Value

eemlist

Examples


# Reading MATLAB files from recent versions like the demo dataset from drEEM
# can cause problems if the R installation lacks UTF8 support in iconv.
# Therefore, we use try() in the example. If you encounter related problems,
# please refer to the help for R.matlab::readMat() for details.

eem_list <- try(eem_load_dreem(), silent = FALSE)
eem_list


staRdom documentation built on July 9, 2023, 5:57 p.m.