View source: R/shrink_help_file_images.R
shrink_help_file_images | R Documentation |
Shrink Rd File Images
shrink_help_file_images( path = here::here(), pkg = basename(path), image_files = NULL, path.output = file.path(path, "man", "figures") )
path |
path to package directory. Default is |
pkg |
Name of package. Default is the folder name in |
image_files |
Character vector of .png file names to shrink. Default is all
png files in the |
path.output |
directory where images will be saved. Default is
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.