pluralize | R Documentation |
Returns a plural or singular form depending on whether value
is equal 1. By default it returns plural suffix "-s" or singular empty
suffix.
pluralize(value, plural = "s", singular = "")
value |
[ |
plural |
[ |
singular |
[ |
A vector of plural/singular values of the same length as value
parameter.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.