| unregister_svg_shape | R Documentation |
Remove a custom SVG shape from the registry.
unregister_svg_shape(name)
name |
Shape name to remove. |
Invisible TRUE if removed, FALSE if not found.
# Attempt to unregister a non-existent shape (returns FALSE)
unregister_svg_shape("nonexistent")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.