powered by
See names(styles), or the crayon manual for available styles.
names(styles)
style(string, as = NULL, bg = NULL)
Character vector to style.
Style function to apply, either the function object, or its name, or an object to pass to make_style().
make_style()
Background style, a style function, or a name that is passed to make_style().
Styled character vector.
# NOT RUN { ## These are equivalent style("foobar", bold) style("foobar", "bold") bold("foobar") # }
Run the code above in your browser using DataLab