Load EEGLAB
.set files and convert them to eeg_epochs
objects. Supports
import of files saved in either Matlab v6.5 or Matlab v7.3 formats. Currently,
any ICA weights or decompositions are discarded.
import_set(
file_name,
df_out = FALSE,
participant_id = NULL,
recording = NULL,
drop_custom = FALSE,
verbose = TRUE
)
Filename (and path if not in present working directory)
Defaults to FALSE - outputs an object of class eeg_epochs
. Set
to TRUE for a normal data frame.
Character vector. By default, the filename will be used as the id of the participant.
Character vector. By default, the filename will be used as the name of the recording.
Drop custom event fields. TRUE by default.
Print informative messages. TRUE by default.
An object of class eeg_epochs
if (FALSE) import_set("your_data.set") # \dontrun{}