get_nouns | R Documentation |
Nouns are the first part of a row-column label,
"a" in "a [b]".
Internally, this function calls get_pref_suff()
and asks for the prefix.
get_nouns(labels, notation = RCLabels::bracket_notation)
labels |
A list or vector of labels from which nouns are to be extracted. |
notation |
The notation type to be used when extracting nouns.
Default is |
A list of nouns from row and column labels.
get_nouns("a [b]", bracket_notation) # Also works with vectors and lists. get_nouns(c("a [b]", "c [d]")) get_nouns(list("a [b]", "c [d]"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.