rgbToHex | R Documentation |
Converts RGB colors to Hex code colors
rgbToHex(rgbVec)
rgbVec |
a vector of strings in the format "(0, 72, 186)" |
Taking input of a vector of RGB values in the format "(0, 72, 186)", etc, and returns the corresponding hex value in the format "#0048ba"
vector of hex code strings in the format "#0048ba"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.