Add -s, -es, or -ies to words.
add_s(x, keep.original = TRUE)
A vector of words to make plural.
logical. If TRUE
the original words are kept in
the return vector.
Returns a vector of plural words.
# NOT RUN {
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