Learn R Programming

anybadger (version 0.1.0)

create_badge: 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

Run this code
# NOT RUN {
tmp <- tempfile()
create_badge(tmp, label = "any", value = "badger", color = "fuchsia")

# }

Run the code above in your browser using DataLab