
Prepare a physiology-only BIDS export
Source:R/roadmap-final-gaps.R
prepare_gazepoint_bids_physio.RdA modality-specific convenience wrapper around
export_gazepoint_to_bids(). Arguments are forwarded without changing the
unified export contract. When the unified exporter exposes modality switches,
they are set to physiology mode automatically.
Arguments
- data
Gazepoint physiological data accepted by
export_gazepoint_to_bids().- ...
Additional arguments forwarded to
export_gazepoint_to_bids().- execute
If
FALSE, return the resolved call specification without writing files.
Value
The result of export_gazepoint_to_bids() or a dry-run specification.