pluralize {teal} | R Documentation |
Pluralize a word depending on the size of the input
Description
Pluralize a word depending on the size of the input
Usage
pluralize(x, singular, plural = NULL)
Arguments
x |
( |
singular |
( |
plural |
(optional |
Value
A character
that correctly represents the size of the x
argument.
[Package teal version 0.16.0 Index]