isNumericValue: Check whether a numeric value is present.

View source: R/utilities.R

isNumericValueR Documentation

Check whether a numeric value is present.

Description

isNumericValue is a utility function returns TRUE only when a numeric value is present. NULL, NA, numeric(0) and integer(0) all return FALSE.

Usage

isNumericValue(value)

Arguments

value

The value to check.

Value

TRUE if a numeric value is present.


cbailiss/pivottabler documentation built on Oct. 14, 2023, 9:38 a.m.