is_Num: Numeric Vectors

View source: R/Num.R

is_NumR Documentation

Numeric Vectors

Description

test for objects of type "hd_Num"

Usage

is_Num(x)

Arguments

x

object to be coerced or tested

Value

returns TRUE or FALSE depending on whether its argument is of type hd_Num or not.

Examples

x <-   c(1, 54, 678, NA, NA)
num <- Num(x)
is_Num(num)


jpmarindiaz/homodatum documentation built on May 1, 2023, 7:24 p.m.