SVGrenderer: Function to render SVG image as htmlwidget

Description Usage Arguments Value

View source: R/SVGrenderer.R

Description

Use this function to show SVG images from given string in SVG embedded in HTML.

Usage

1
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


tidycharts documentation built on Jan. 18, 2022, 5:07 p.m.