Reset Console Style
Turns off all text attributes and colors in the terminal.
reset()
NULL
attr_on("ul") fg_on("red") bg_on(c(10,60,205)) cat("Hello World!\n") reset() cat("Hello World!\n")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.