get_pps | R Documentation |
This function extracts the suffix of a row or column label as a single string.
get_pps( labels, notation = RCLabels::bracket_notation, prepositions = RCLabels::prepositions )
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 |
prepositions |
A list of prepositions, used to detect prepositional phrases.
Default is |
All prepositional phrases in a suffix.
get_pps(c("a [in b]", "c [of d]")) get_pps(c("a [of b in c]", "d [-> e of f]"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.