is_Cat: Category Vectors

View source: R/Cat.R

is_CatR Documentation

Category Vectors

Description

test for objects of type "hd_Cat"

Usage

is_Cat(x)

Arguments

x

object to be coerced or tested

Value

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

Examples

some_value <- Cat(c("Cat1", "Cat2"))
is_Cat(some_value)


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