expand_frGroup | R Documentation |
Reverses the effect of get_frGroup()
and split every single frType from an object.
expand_frGroup(frGroup)
frGroup |
a grouped frType object |
a string value showing all the frType values of an object
x <- c("Cat-Num-Cat")
fr <- frType(x)
grouped_fr <- get_frGroup(fr)
expand_frGroup(grouped_fr)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.