Re: [R] Option to Print with numbers formatted

2010-11-19 Thread Duncan Murdoch
On 19/11/2010 9:59 AM, Santosh Srinivas wrote: Hello group, I have a data frame called test.df with a bunch of columns. When I do a print(test.df), I want the numbers to appear a pre-defined setting. I believe this can be achieved by sprintf but this needs to be done individually for the data

[R] Option to Print with numbers formatted

2010-11-19 Thread Santosh Srinivas
Hello group, I have a data frame called test.df with a bunch of columns. When I do a print(test.df), I want the numbers to appear a pre-defined setting. I believe this can be achieved by sprintf but this needs to be done individually for the data. However, is there an option that I can set so