plu_ral()
now accepts vectors for argumentsn
andpl
.- e.g.
plu_ral(c("word", "phrase"), n = c(1, 2))
returnsc("word", "phrases")
.
- e.g.
- Fixed an error where the plural forms of "octopus" and "platypus" were mixed up.
- The
plu_ral()
argumentn_fn
is now deprecated. plu_stick()
is now defunct.