Turn Off Foreground Color
Return future terminal text to the default color. Foreground color is turned on with fg_on
.
fg_off()
NULL
# Different methods of specifying red fg_on("red") fg_on("#FF0000") fg_on(1) fg_on(255, 0, 0) # Turn off color fg_off()
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.