which_hdType: hdType Vectors

View source: R/hdTypes.R

which_hdTypeR Documentation

hdType Vectors

Description

Detect which hdType is the value.

Usage

which_hdType(x)

Arguments

x

hdType object to be coerced or tested

Value

returns the name of the hdType value. You can see the valid hdTypes with available_hdTypes()

Examples


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


datasketch/homodatum documentation built on May 1, 2023, 12:17 a.m.