display_svg: Display SVG output
Description
Either data or file must be passed.
Usage
display_svg(data = NULL, file = NULL, width = NULL, height = NULL)
Arguments
data
The SVG data as character vector
file
The path to a SVG file or a connection
width
The width to display the image
height
The height to display the image