powered by
Get the URL of a hex sticker for a given R package (if one exists).
get_hex( refs = NULL, paths = here::here("DESCRIPTION"), hex_path = "inst/hex/hex.png", branch = c("master", "main", "dev"), hex_height = 300, check_url = TRUE, add_html = TRUE, verbose = TRUE )
URL
Reference for one or more GitHub repository in owner/repo format (e.g."neurogenomics/rworkflows"), or an R package name (e.g. "rworkflows").
"neurogenomics/rworkflows"
"rworkflows"
Paths to DESCRIPTION file(s) R package(s).
Path to hex sticker file.
Name of the GitHub repository branch to use.
Height of the hex sticker in pixels (when add_hex=TRUE).
add_hex=TRUE
Check whether the URL actually exists.
Wrap the URL in an html "img" tag and set its height with hex_height.
hex_height
Print messages.
hex_url <- get_hex(refs=c("neurogenomics/rworkflows", "neurogenomics/echolocatoR"))
Run the code above in your browser using DataLab