eem_load_dreem | R Documentation |
Load original data from the drEEM tutorial and return it as eemlist
eem_load_dreem()
eemlist
# 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.