drop_style | R Documentation |
Remove a style
drop_style(style)
style |
The name of the style to remove. No error is given for non-existing names. |
Nothing.
Other styles:
make_style()
make_style(new_style = "maroon", bg = TRUE)
cat(style("I am maroon", "new_style"), "\n")
drop_style("new_style")
"new_style" %in% names(styles())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.