check-scalar-isHexColorFunction: Does the argument contain a function that returns hexadecimal...

check-scalar-isHexColorFunctionR Documentation

Does the argument contain a function that returns hexadecimal colors?

Description

This assert check is intended primarily to check for RColorBrewer or viridis hexadecimal color value return.

Usage

isHexColorFunction(x, nullOk = FALSE)

Arguments

x

Object.

nullOk

logical(1). If set to TRUE, x may also be NULL.

Value

TRUE on success; FALSE on failure, with cause set.

Note

Updated 2022-10-18.

See Also

RColorBrewer, viridis packages.

Examples

## TRUE ====
x <- viridis::viridis
isHexColorFunction(x)

## FALSE ====
x <- ggplot2::scale_color_manual
isHexColorFunction(x)

steinbaugh/goalie documentation built on Jan. 17, 2024, 5:16 p.m.