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

View source: R/helpers.R

is.hexcolorR Documentation

Check if a string vector is in hexadecimal color format

Description

Check if a string vector is in hexadecimal color format

Usage

is.hexcolor(x)

Arguments

x

A string vectors

Examples


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

is.hexcolor(x)

jbkunst/highcharter documentation built on March 14, 2024, 12:52 a.m.