R/machinery.R
drop_style.Rd
Remove a style
drop_style(style)
The name of the style to remove. No error is given for non-existing names.
Nothing.
Other styles: make_style()
make_style()
make_style(new_style = "maroon", bg = TRUE) #> Crayon style function, new_style: example output. cat(style("I am maroon", "new_style"), "\n") #> I am maroon drop_style("new_style") "new_style" %in% names(styles()) #> [1] FALSE