Removes the entire source/figures directory after the main HTML report has been generated since all images are now embedded in the HTML as data URLs.
cleanup_source_figures_post_render(
report_path,
eye_suffix = NULL,
verbose = FALSE
)Invisibly returns TRUE if cleanup was successful, FALSE otherwise
Path to the report directory
Optional eye suffix for binocular data (unused but kept for compatibility)
Whether to print verbose output