get_color {colorhex}R Documentation

Get color information

Description

Get color information from www.color-hex.com of a hex-color.

Usage

get_color(hex)

Arguments

hex

character string that is a hexidecimal color

Value

list of class 'colorhex'

Examples

if(curl::has_internet()){
get_color("#470f0f")
}

[Package colorhex version 0.1.4 Index]