isNumericValue: Check whether a numeric value is present.

Description Usage Arguments Value

View source: R/utilities.R

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

1

Arguments

value

The value to check.

Value

TRUE if a numeric value is present.


basictabler documentation built on June 26, 2021, 5:05 p.m.