Learn R Programming

basictabler (version 1.0.2)

isNumericValue: 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)

Value

TRUE if a numeric value is present.

Arguments

value

The value to check.