[R] integer notation 1,000,000 instead of 1000000

Uwe Ligges ligges at statistik.uni-dortmund.de
Sat Oct 18 18:15:41 CEST 2003


alberts at iwi201.iwinet.rug.nl wrote:
> Hello,
> 
> How do I write one million as 1,000,000 instead of 1000000?
> (cannot find it)
> 
> regards, R. Alberts

See ?fromatC :

  formatC(1000000, format = "fg", big.mark = ",")

Uwe Ligges



> ----------------------------------------------------------------
> This message was sent using IMP, the Internet Messaging Program.
> 
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://www.stat.math.ethz.ch/mailman/listinfo/r-help




More information about the R-help mailing list