
Execute and audit an Eye-Tracking-BIDS round trip
Source:R/055-requested-api-completion-0-7.R
roundtrip_eye_bids.RdThis is a callback harness so it remains stable even if the package's BIDS writer/reader signatures evolve. `exporter` receives the source object plus `export_args`; `importer` receives the exporter result plus `import_args`.
Arguments
- source
Source eyeprocess object/table.
- exporter
Function that writes/exports BIDS and returns a locator or object consumable by `importer`.
- importer
Function that reconstructs an eyeprocess object/table.
- export_args, import_args
Named argument lists.
- extract_samples
Function extracting the canonical sample table from source and reconstructed objects.
- audit_args
Arguments forwarded to `semantic_roundtrip_audit()`.