create_badge {anybadger} | R Documentation |
Create badge svg
create_badge(path, ...)
path |
path to save svg to |
... |
parameters to pass to @seealso [Badge] |
svg text
tmp <- tempfile()
create_badge(tmp, label = "any", value = "badger", color = "fuchsia")