>>>>> "Randy" == Randy Zelick <[EMAIL PROTECTED]>
>>>>> on Thu, 18 Mar 2004 21:00:08 -0800 (PST) writes:
Randy> Hello list,
Randy> Is there a way to *not* supress leading zeros when printing (to the
Randy> console window or to a file) a dataframe?
Yes, e.g. use
formatC(..., format = "f")
to produce a character matrix and write() that to your file.
______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html