Internal function to run bidsify on a single eye
run_bidsify(
eyeris,
save_all = TRUE,
epochs_list = NULL,
bids_dir = NULL,
participant_id = NULL,
session_num = NULL,
task_name = NULL,
run_num = NULL,
save_raw = TRUE,
html_report = TRUE,
report_seed = 0,
report_epoch_grouping_var_col = "matched_event",
eye_suffix = NULL,
verbose = TRUE,
csv_enabled = TRUE,
db_enabled = FALSE,
db_path = "my-project",
parallel_processing = FALSE,
raw_binocular_object = NULL,
skip_db_cleanup = FALSE
)An eyeris object
An eyeris object
Whether to save all data
A list of epochs to include
The directory to save the bids data
The participant id
The session number
The task name
The run number
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
Whether to save csv files
Whether to save data to the database
The path to the database
Whether to enable parallel database processing
The raw binocular object
Whether to skip database cleanup, used internally to avoid unintended overwriting when calling complementary binocular bidsify processing commands