pl {metasnf} | R Documentation |
Helper function to pluralize a string
Description
Helper function to pluralize a string
Usage
pl(x)
Arguments
x |
A vector of length 1 or greater. |
Value
A string "s" if the length of x is greater than 1, otherwise an empty string.
[Package metasnf version 2.1.2 Index]