R/vignettes.R
clean_vignettes.Rd
This uses a fairly rudimentary algorithm where any files in doc with a name that exists in vignettes are removed.
doc
vignettes
clean_vignettes(pkg = ".")
The package to use, can be a file path to the package or a package object. See as.package() for more information.
as.package()