
Export Eye-Tracking-BIDS physiological recordings
Source:R/020-interoperability-storage.R
export_eye_bids.RdWrites BIDS-compatible `_physio.tsv.gz` and JSON pairs with `PhysioType = "eyetrack"`. Continuous files contain no header; `Columns` is stored in the sidecar. Each recorded eye is written separately.
Usage
export_eye_bids(
x,
path,
task = "task",
dataset_name = "eyeprocess eye-tracking dataset",
overwrite = FALSE,
screen_distance_m = NULL,
screen_size_m = NULL
)