get_palette | R Documentation |
Get palette information from www.color-hex.com based on the palette id (can be found in the url)
get_palette(id)
id |
numeric id of a palette |
data.frame with palette information
if(curl::has_internet()){
get_palette(103107)
# Lookup multiple palettes
id <- c(103161, 103107)
get_palette(id)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.