Perhaps: sprintf("%g%%", x*100)
On 09/03/2008, tom soyer <[EMAIL PROTECTED]> wrote: > Hi, > > I am currently using the following to formate numbers into percentages: > > x=0.00112 > paste(round(x*100,2),"%",sep="") > > I am wondering if there is a built in R function that does the same. Does > anyone know? > > Thanks, > > -- > Tom > > [[alternative HTML version deleted]] > > ______________________________________________ > 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. > -- Henrique Dallazuanna Curitiba-Paraná-Brasil 25° 25' 40" S 49° 16' 22" O ______________________________________________ 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.