update_logo | R Documentation |
Update the logo to be used in the README
file.
update_logo(
pkg = stringi::stri_extract_last_words(usethis::proj_path()),
pkg_path = usethis::proj_path()
)
pkg |
[ |
pkg_path |
[ |
If the package logo has been created, the logo is copied from
NVIrpackages
to the package directory "./man/figures/". If the logo
already exists, the logo is overwritten.
None. Copies the the logo file to the directory "./man/figures/".
Petter Hopp Petter.Hopp@vetinst.no
## Not run:
# Attach packages and set up with temporary directory
library(NVIpackager)
update_logo()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.