pl | R Documentation |
Pluralize based on vector length
pl(x, stem = NULL)
x |
A vector used ot derive a pluralization. |
stem |
If present, append "s" to |
A character vector.
pl(1:2) pl(1:2, "item")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.