is_hdType: hdType Vectors

View source: R/hdTypes.R

is_hdTypeR Documentation

hdType Vectors

Description

test for objects of type "hdType"

Usage

is_hdType(x)

Arguments

x

object to be coerced or tested

Value

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

Examples


some_value <- hdType("Cat")
is_hdType(some_value)


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