Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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)

Arguments

value

The value to check.

Value

TRUE if a numeric value is present.


basictabler

Construct Rich Tables for Output to 'HTML'/'Excel'

v1.0.0
GPL-3
Authors
Christopher Bailiss [aut, cre]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.