Internal function to run bidsify on a single eye
run_bidsify(
eyeris,
save_all = TRUE,
epochs_list = NULL,
merge_epochs = FALSE,
bids_dir = NULL,
participant_id = NULL,
session_num = NULL,
task_name = NULL,
run_num = NULL,
merge_runs = FALSE,
save_raw = TRUE,
html_report = TRUE,
report_seed = 0,
report_epoch_grouping_var_col = "matched_event",
eye_suffix = NULL,
verbose = TRUE,
raw_binocular_object = NULL
)
A eyeris object
An eyeris object
Whether to save all data
A list of epochs to include
Whether to merge epochs
The directory to save the bids data
The participant id
The session number
The task name
The run number
Whether to merge runs
Whether to save raw data
Whether to generate an html report
The seed for the report
The column to use for grouping epochs in the report
The suffix to add to the eye data
Whether to print verbose output
The raw binocular object