powered by
Turns off all text attributes and colors in the terminal.
reset()
NULL
Other style functions: attr_off(), attr_on(), bg_off(), bg_on(), color_off(), color_pair(), fg_off(), fg_on(), make_bg(), make_fg(), make_style(), style()
attr_off()
attr_on()
bg_off()
bg_on()
color_off()
color_pair()
fg_off()
fg_on()
make_bg()
make_fg()
make_style()
style()
# NOT RUN { attr_on("ul") fg_on("red") bg_on(c(10,60,205)) cat("Hello World!\n") reset() cat("Hello World!\n") # }
Run the code above in your browser using DataLab