display_svg {IRdisplay} | R Documentation |
Either data or file must be passed.
display_svg(data = NULL, file = NULL, width = NULL, height = NULL)
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 |