[R] Roman numerical output

Ben Bolker bolker at ufl.edu
Sun Nov 29 19:17:30 CET 2009


Thomas Steiner <finbref.2006 <at> gmail.com> writes:

> 
> I have integers and I want R to give them back/output as Roman numerals:
> s=c(7,17)
> format(s,roman=T)


 help.search("roman",agrep=FALSE)
 ?as.roman
 as.roman(c(7,17))




More information about the R-help mailing list