Create Color & Attribute Style
Returns the ANSI codes for the specified colors and text attributes.
make_style(fg = NA, bg = NA, attr = NA)
ANSI character string
cat(make_style(fg="blue", bg=c(192,192,192), attr=c("ul", "st"))) cat("Hello World!\n") reset()
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.