frType_hdTypes: frType Vectors

View source: R/frType.R

frType_hdTypesR Documentation

frType Vectors

Description

convert frTypes value(s) into hdType

Usage

frType_hdTypes(x, chr = FALSE)

Arguments

x

an available frType value

Value

an hdType value

Examples


x <- frType("Cat")
class(x)

x_hdt <- frType_hdTypes(x)
class(x_hdt)


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