print_color | R Documentation |
Convenient function that allows coloured output in the console. Mainly implemented to reduce package dependencies.
print_color(text, color)
print_colour(text, colour)
color_text(text, color)
colour_text(text, colour)
color_theme()
text |
The text to print. |
color , colour |
Character vector, indicating the colour for printing.
May be one of |
This function prints text
directly to the console using
cat()
, so no string is returned. color_text()
, however,
returns only the formatted string, without using cat()
.
color_theme()
either returns "dark"
when RStudio is used
with dark color scheme, "light"
when it's used with light theme,
and NULL
if the theme could not be detected.
Nothing.
print_color("I'm blue dabedi dabedei", "blue")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.