Learn R Programming

eyeris (version 3.0.1)

zip_and_cleanup_source_figures: Zip and cleanup source figure files

Description

Creates zip files for all PNG and JPG files in each run directory under source/figures/, then deletes the individual image files. This reduces file count while preserving all figure data in compressed format.

Usage

zip_and_cleanup_source_figures(report_path, eye_suffix = NULL, verbose = FALSE)

Value

List of created zip file paths

Arguments

report_path

Path to the report directory containing source/figures/

eye_suffix

Optional eye suffix for binocular data

verbose

Whether to print verbose output