Description Usage Arguments Value Examples
Add -s, -es, or -ies to words.
1 2 | make_plural(x, keep.original = FALSE,
irregular = lexicon::pos_df_irregular_nouns)
|
x |
A vector of words to make plural. |
keep.original |
logical. If |
irregular |
A |
Returns a vector of plural words.
1 2 | x <- c('fox', 'sky', 'dog', 'church', 'fish', 'miss', 'match', 'deer', 'block')
make_plural(x)
|
[1] "foxes" "skies" "dogs" "churches" "fish" "misses" "matches"
[8] "deer" "blocks"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.