R/collective.R
collective.Rd
Convert numbers to collective character vectors (the, both, all three)
collective(x, all_n = TRUE, of_the = FALSE, cardinal = TRUE, ...)
nom_coll(x, all_n = TRUE, of_the = FALSE, cardinal = TRUE, ...)
A numeric vector.
Whether to include the cardinal number after "all" for
collectives of 3 or more.
Defaults to TRUE
.
Whether to include "of the" for collectives other than 1.
Defaults to FALSE
.
Whether to convert the number after "all" with cardinal()
when all_n
is TRUE
.
Defaults to TRUE
.
Additional arguments passed to cardinal()
when cardinal
is TRUE
.
A character vector of the same length as x
.