View source: R/helper_functions.R
hex_to_rgb | R Documentation |
Converts Hex codes values to RGB vectors
hex_to_rgb(x)
x |
A hex colour code |
A corresponding matrix of red, blue and green values
hex_to_rgb("purple")
hex_to_rgb("#fafafa")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.