is.numeric.na.null: Determines if a value is numeric, na, or null.

Description Usage Arguments Details

View source: R/is.R

Description

Uses is.numeric(), is.na(), and is.null() internally.

Usage

1
2
## S3 method for class 'na.null'
is.numeric(x)

Arguments

x

the value to test.

Details

Have to give export name due to oddity with roxygen export.


RlonRyan/QuikR documentation built on May 14, 2019, 3:09 a.m.