ANSI escape sequences of crayon styles
You can use this function to list all availables crayon styles,
via names(styles())
, or to explicitly apply an ANSI
escape seauence to a string.
styles()
A named list. Each list element is a list of two strings, named ‘open’ and ‘close’.
crayon()
for the beginning of the crayon manual.
names(styles()) cat(styles()[["bold"]]$close)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.