is.hexcolor: Check if a string vector is in hexadecimal color format

Description Usage Arguments Examples

View source: R/color.R

Description

Check if a string vector is in hexadecimal color format

Usage

1

Arguments

x

A string vectors

Examples

1
2
3
x <- c("#f0f0f0", "#FFf", "#99990000", "#00FFFFFF")

is.hexcolor(x)

jeevanyue/echarter documentation built on Oct. 16, 2020, 5:12 a.m.