stag: SVG helper

Description Examples

Description

SVG builder functions. Similar in purpose to shiny::tags, but with auto-complete of attribute names as part of the function call.

Examples

1
2
3
4
5
## Not run: 
stag$circle(cx = 10, cy = 10, r = 15)
# <circle cx="10" cy="10" r="15" />

## End(Not run)

coolbutuseless/minisvg documentation built on May 2, 2020, 3:15 a.m.