View source: R/utils-zip-cleanup.R
| cleanup_source_figures_post_render | R Documentation |
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
)
report_path |
Path to the report directory |
eye_suffix |
Optional eye suffix for binocular data (unused but kept for compatibility) |
verbose |
Whether to print verbose output |
Invisibly returns TRUE if cleanup was successful, FALSE otherwise
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.