colourise | R Documentation |
<span>
elementVectorised over text
and colour
.
colourise(text, colour)
text |
Either a character vector, or something coercible to one. |
colour |
A character vector. |
A character vector.
colourise("something should be red", "red") colourise(letters[1:3], "darkgray") colourise(letters[1:3], c("#ed2024", "#278e43", "#febd11"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.