Description Usage Arguments Author(s) Examples
Build an argon badge
1 | argonBadge(text = NULL, src = NULL, pill = FALSE, status = "default")
|
text |
Badge text. |
src |
Badge external link. |
pill |
Pill mode. FALSE by default. |
status |
Badge status. See https://demos.creative-tim.com/argon-design-system/docs/components/badge.html. |
David Granjon, dgranjon@ymail.com
1 2 3 4 5 6 7 8 9 | if (interactive()) {
library(argonR)
argonBadge(
text = "My badge",
src = "https://www.google.com",
pill = FALSE,
status = "success"
)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.