crayon (version 1.3.2)

styles: ANSI escape sequences of crayon styles

Description

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.

Usage

styles()

Arguments

Value

A named list. Each list element is a list of two strings, named ‘open’ and ‘close’.

See Also

crayon for the beginning of the crayon manual.

Examples

Run this code
names(styles())
cat(styles()[["bold"]]$close)

Run the code above in your browser using DataCamp Workspace