powered by
Add -s, -es, or -ies to words.
add_s(x, keep.original = TRUE)
Returns a vector of plural words.
A vector of words to make plural.
logical. If TRUE the original words are kept in the return vector.
TRUE
set.seed(10) add_s(sample(GradyAugmented, 10)) set.seed(10) add_s(sample(GradyAugmented, 10), FALSE)
Run the code above in your browser using DataLab