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

Description Usage Arguments Examples

View source: R/helpers.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)

highcharter documentation built on Jan. 3, 2022, 5:08 p.m.