expand_frGroup: frType Vectors

View source: R/frType.R

expand_frGroupR Documentation

frType Vectors

Description

Reverses the effect of get_frGroup() and split every single frType from an object.

Usage

expand_frGroup(frGroup)

Arguments

frGroup

a grouped frType object

Value

a string value showing all the frType values of an object

Examples


x <- c("Cat-Num-Cat")
fr <- frType(x)
grouped_fr <- get_frGroup(fr)
expand_frGroup(grouped_fr)


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