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

2008-07-14 Thread tolga . i . uzuner
Dear R Users, I would like the R GUI to display numbers with comma separators, i.e. 1,000,000.00 instead of 100 Is there a flag in option() for this behaviour. A google/RSiteSearch has not revealed anything but perhaps I have missed it. Thanks in advance, Tolga Generally, this

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

2008-07-14 Thread tolga . i . uzuner
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 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