calc_hex_color | R Documentation |
This little function takes a color name (e.g.: "red") and calculates the corresponding hex color value.
calc_hex_color(col)
col |
A string holding a color name (e.g.: "red") or a color value (e.g.: "#F00000") |
The hex color value as string without hashtag (e.g.: "F00000")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.