import_set: Load EEGLAB .set files

Description Usage Arguments Author(s)

View source: R/file_io.R

Description

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.

Usage

1
import_set(file_name, df_out = FALSE, participant_id = NULL, recording = NULL)

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.

participant_id

By default, the filename will be used as the id of the participant.

recording

By default, the filename will be used as the name of the recording.

Author(s)

Matt Craddock matt@mattcraddock.com


kusumikakd/EEG documentation built on June 28, 2020, 12:30 a.m.