get_hex | R Documentation |
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
)
refs |
Reference for one or more GitHub repository in owner/repo format
(e.g. |
paths |
Paths to DESCRIPTION file(s) R package(s). |
hex_path |
Path to hex sticker file. |
branch |
Name of the GitHub repository branch to use. |
hex_height |
Height of the hex sticker in pixels
(when |
check_url |
Check whether the URL actually exists. |
add_html |
Wrap the URL in an html "img" tag and
set its height with |
verbose |
Print messages. |
URL
hex_url <- get_hex(refs=c("neurogenomics/rworkflows",
"neurogenomics/echolocatoR"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.