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))

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to