is_any_hdType: hdType Vectors

View source: R/hdTypes.R

is_any_hdTypeR Documentation

hdType Vectors

Description

test for objects of type "hdType"

Usage

is_any_hdType(x)

Arguments

x

hdType object to be coerced or tested

Value

returns TRUE or FALSE depending on whether its argument is one of the available_hdTypes() or not.

Examples


some_cat_value <- Cat("value1")
is_any_hdType(some_cat_value)


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