frType_str: frType Vectors

View source: R/frType.R

frType_strR Documentation

frType Vectors

Description

convert frTypes value(s) into character

Usage

frType_str(x)

Arguments

x

an available frType value, frType dataframe or hd_tbl dataframe

Value

a character value

Examples


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

x_chr <- frType_str(x)
class(x_chr)


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