create_badge {anybadger}R Documentation

Create badge svg

Description

Create badge svg

Usage

create_badge(path, ...)

Arguments

path

path to save svg to

...

parameters to pass to @seealso [Badge]

Value

svg text

Examples

tmp <- tempfile()
create_badge(tmp, label = "any", value = "badger", color = "fuchsia")


[Package anybadger version 0.1.0 Index]