R/utilities.R
isNumericValue.Rd
isNumericValue is a utility function returns TRUE only when a numeric value is present. NULL, NA, numeric(0) and integer(0) all return FALSE.
isNumericValue
isNumericValue(value)
The value to check.
TRUE if a numeric value is present.