This function makes a hexagonal logo in INBO style for the provided package name.
Usage
create_hexsticker(
package_name,
filename = path("man", "figures", "logo.svg"),
icon,
x = 0,
y = 0,
scale = 1
)
Arguments
- package_name
package name that should be mentioned on the hexagonal sticker.
- filename
filename to save the sticker.
- icon
optional filename to an
.svg
file with an icon.- x
number of pixels to move the icon to the right. Use negative numbers to move the icon to the left.
- y
number of pixels to move the icon to the bottom. Use negative numbers to move the icon to the top.
- scale
Scales the
icon
.
See also
Other utils:
ask_yes_no()
,
bookdown_zenodo()
,
c_sort()
,
clean_git()
,
execshell()
,
is_repository()
,
is_workdir_clean()
,
menu_first()
,
new_branch()
,
orcid2person()
,
store_authors()
,
use_author()
,
validate_email()
,
validate_orcid()
,
yesno()