View source: R/pipeline-bidsify.R
run_bidsify | R Documentation |
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
)
eyeris |
An eyeris object |
save_all |
Whether to save all data |
epochs_list |
A list of epochs to include |
merge_epochs |
Whether to merge epochs |
bids_dir |
The directory to save the bids data |
participant_id |
The participant id |
session_num |
The session number |
task_name |
The task name |
run_num |
The run number |
merge_runs |
Whether to merge runs |
save_raw |
Whether to save raw data |
html_report |
Whether to generate an html report |
report_seed |
The seed for the report |
report_epoch_grouping_var_col |
The column to use for grouping epochs in the report |
eye_suffix |
The suffix to add to the eye data |
verbose |
Whether to print verbose output |
raw_binocular_object |
The raw binocular object |
A eyeris object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.