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.
import_set(file_name, df_out = FALSE, participant_id = NULL, recording = NULL)
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. |