a handy function "format.cardinal", looking for a proper name..

Martin Maechler Martin Maechler <maechler@stat.math.ethz.ch>
Thu, 19 Mar 1998 10:34:44 +0100


This is not a nice name (format is generic; cardinal is not a class) for a
nice function, which I would like in several places in R code and therefore
would like to become part of R  (under a better name !)

format.cardinal <- function(i, sep="")
        paste(i, c("st","nd","rd","th")[pmin(4,i)], sep=sep)

# Try
format.cardinal(sample(1:20))
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-devel-request@stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._