| add_s | R Documentation | 
Add -s, -es, or -ies to words.
add_s(x, keep.original = TRUE)
| x | A vector of words to make plural. | 
| keep.original | logical.  If  | 
Returns a vector of plural words.
set.seed(10)
add_s(sample(GradyAugmented, 10))
set.seed(10)
add_s(sample(GradyAugmented, 10), FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.