R parity of morie.entheo.data.load_dmt_imaging. Reads the
Carhart-Harris / Timmermann DMT-imaging dataset (20 subjects EEG +
parcellated fMRI; 15 motion-survived) from a local mirror. Falls
back to a reproducible synthetic record when the dataset is absent
or when R.matlab is not installed, so downstream code keeps
running in CI.
Value
Named list with components:
recordslist of subject records (eeg, fmri, behavioural).rootresolved dataset root path (or NA).syntheticTRUE if any record is the fallback.warningscharacter vector of advisories.
References
Timmermann, C. et al. (2023). Neural correlates of the DMT experience assessed with multivariate EEG. Scientific Reports.
Examples
res <- load_dmt_imaging(subject_id = 7, root = tempfile("no-dmt-"))
res$synthetic
#> [1] TRUE
res$subject_ids
#> [1] "07"
