Learn R Programming

staRdom (version 1.1.28)

eem_load_dreem: 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()

Arguments

Value

eemlist

Examples

Run this code
# \donttest{
# 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
# }

Run the code above in your browser using DataLab