| use_logo {usethis} | R Documentation |
This function helps you use a logo in your package:
Enforces a specific size
Stores logo image file at man/figures/logo.png
Produces the markdown text you need in README to include the logo
use_logo(img, geometry = "120x140")
img |
The path to an existing image file |
geometry |
a magick::geometry string specifying size |
## Not run:
use_logo("usethis.png")
## End(Not run)