Use this function to show SVG images from given string in SVG embedded in HTML.
SVGrenderer(svg_string, width = NULL, height = NULL, elementId = NULL)
| 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 |
No return value, called for side effects