R/stag.R
stag.Rd
SVG builder functions. Similar in purpose to shiny::tags, but with auto-complete of attribute names as part of the function call.
shiny::tags
if (FALSE) { stag$circle(cx = 10, cy = 10, r = 15) # <circle cx="10" cy="10" r="15" /> }