pluralize | R Documentation |
Pluralize a word
pluralize(word, n = rep(2, length(word)))
word |
vector of characters to be pluralized |
n |
vector of number of times each word appears (to determine if the plural or single form will be returned) |
word
, either pluralized or not (depending on n
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.