SVGrenderer {tidycharts} | R Documentation |
Function to render SVG image as htmlwidget
Description
Use this function to show SVG images from given string in SVG embedded in HTML.
Usage
SVGrenderer(svg_string, width = NULL, height = NULL, elementId = NULL)
Arguments
svg_string |
one element character vector with image in svg format |
width |
width of the widget |
height |
height of the widget |
elementId |
HTML element ID |
Value
No return value, called for side effects
[Package tidycharts version 0.1.3 Index]