as_frType: frType Vectors

View source: R/frType.R

as_frTypeR Documentation

frType Vectors

Description

coerces its argument to a frType. It is an abbreviated form of frType.

Usage

as_frType(x)

Arguments

x

object to be coerced

Value

attempts to coerce its argument to frType type

Examples


some_chr_value <- "Cat"
class(some_chr_value)

some_frt_value <- as_frType(some_chr_value)
class(some_frt_value)


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