View source: R/save_help_file_images.R
save_help_file_images | R Documentation |
Only objects of class gtsummary, gt, or flextable will be saved.
Object names must end in _ex
or _ex[:digit:]
save_help_file_images( path = here::here(), pkg = basename(path), rd_files = NULL, delete_existing_pngs = NULL, path.output = file.path(path, "man", "figures"), run.dontrun = TRUE, run.donttest = TRUE )
path |
path to package directory. Default is |
pkg |
Name of package. Default is the folder name in |
rd_files |
Character vector of Rd file names to search. Default is all
Rd files. Include the |
delete_existing_pngs |
Logical indicating whether to delete all
png files in the |
path.output |
directory where images will be saved. Default is
|
run.dontrun |
logical indicating that |
run.donttest |
logical indicating that |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.