Save Rd File Images
save_help_file_images.RdOnly objects of class gtsummary, gt, or flextable will be saved.
Object names must end in _ex or _ex[:digit:]
Arguments
- path
path to package directory. Default is
here::here()- pkg
Name of package. Default is the folder name in
path=- rd_files
Character vector of Rd file names to search. Default is all Rd files. Include the
.Rdextension in the file names.- delete_existing_pngs
Logical indicating whether to delete all png files in the
~/man/figures/folder. Default is to ask interactively whenrd_files = NULL. Otherwise,FALSE- run.dontrun
logical indicating that
\dontrunshould be ignored.- run.donttest
logical indicating that
\donttestshould be ignored.