Description Usage Arguments Value
Parse SVG text or file into an SVGDocument or SVGElement
1 2 3 4 5 6 7 8 9 10 | parse_svg_doc(x, encoding = "", ..., as_html = FALSE, options = "NOBLANKS")
parse_svg_elem(
x,
encoding = "",
...,
as_html = FALSE,
options = "NOBLANKS",
as_pattern = FALSE
)
|
x, encoding, ..., as_html, options |
options passed to |
as_pattern |
parse the root node as a pattern node. Default: FALSE |
XMLDocument or XMLElement
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.