Re: [R] options() question for displaying numbers in the GUI

2008-07-14 Thread tolga . i . uzuner
Dallazuanna" <[EMAIL PROTECTED]> 14/07/2008 13:07 To [EMAIL PROTECTED] cc r-help@r-project.org Subject Re: [R] options() question for displaying numbers in the GUI You can use this for print: prettyNum("100.00", big.mark=",") Perhaps you can use a print me

Re: [R] options() question for displaying numbers in the GUI

2008-07-14 Thread Henrique Dallazuanna
You can use this for print: prettyNum("100.00", big.mark=",") Perhaps you can use a print method for this. On Mon, Jul 14, 2008 at 8:50 AM, <[EMAIL PROTECTED]> wrote: > Dear R Users, > > I would like the R GUI to display numbers with comma separators, i.e. > > 1,000,000.00 > > instead of >