This function processes all dyad directories in the specified input base path,
applying the op_create_csv function from the package, and saves
the output in the corresponding directories in the output base path.
op_batch_create_csv(
input_base_path,
output_base_path,
include_filename = TRUE,
include_labels = FALSE,
frame_width = 1920,
export_type = "dyad",
model = "all",
overwrite = FALSE
)None. The function is called for its side effects.
Character. The base path containing dyad directories with JSON files.
Character. The base path where the CSV files will be saved.
Logical. Whether to include filenames in the CSV. Default is TRUE.
Logical. Whether to include labels in the CSV. Default is FALSE.
Numeric. The width of the video frame in pixels. Default is 1920.
Character. The type of export file, such as 'dyad' or other formats. Default is 'dyad'.
Character. The model object to use for processing, e.g., 'all' or a specific model. Default is 'all'.
Logical. Whether to overwrite existing files. Default is FALSE.