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