load_set: Load EEGLAB .set files

Description Usage Arguments Details Author(s)

View source: R/file_io.R

Description

DEPRECATED - use import_set

Usage

1
load_set(file_name, df_out = FALSE)

Arguments

file_name

Filename (and path if not in present working directory)

df_out

Defaults to FALSE - outputs an object of class eeg_data. Set to TRUE for a normal data frame.

Details

EEGLAB .set files are standard Matlab .mat files, but EEGLAB can be set to export either v6.5 or v7.3 format files. Only v6.5 files can be read with this function. v7.3 files (which use HDF5 format) are not currently supported, as they cannot be fully read with existing tools.

Author(s)

Matt Craddock matt@mattcraddock.com


neuroconductor-devel-releases/eegUtils documentation built on May 5, 2020, 3:49 a.m.