Skip to contents

A 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.

Usage

prepare_gazepoint_bids_physio(data, ..., execute = TRUE)

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.