insert_rainbow | R Documentation |
Take the string "rainbow" and replace it with c("red", "orange", "yellow", "green", "blue", "purple")
insert_rainbow(clr)
clr |
(character) A vector of one or more colors. |
A character vector of color names.
insert_rainbow("rainbow") insert_rainbow(c("lightsteelblue", "rainbow", "lightsalmon"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.