argonBadge {argonR} | R Documentation |
Build an argon badge
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
if (interactive()) { library(argonR) argonBadge( text = "My badge", src = "https://www.google.com", pill = FALSE, status = "success" ) }