Attributes Off
Turns off text attributes in the terminal, including bold text, italics, underline, etc.
attr_off(...)
... |
characters indicating attributes to turn off. |
Use attr_on
to turn on attributes.
NULL
cat("hello world!\n") attr_on("bf", "ul") cat("hello world!\n") attr_off("bf") cat("hello world!\n") attr_off() cat("hello world!\n")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.