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
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
>
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 communica
3 matches
Mail list logo