get_color: Get color information

View source: R/color.R

get_colorR 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")
}

colorhex documentation built on Sept. 11, 2023, 9:06 a.m.