color_text | R Documentation |
This is often useful within a glue::glue
function for a
graph title or subtitle.
color_text(color, text, weight = "bold")
color |
character, valid CSS color |
text |
character, text to color |
weight |
character, which CSS |
character, HTML-span-wrapped version of text
styled according to color
and weight
color_text("#190C65", "predicted")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.