>>>>> "Randy" == Randy Zelick <[EMAIL PROTECTED]> writes:
> Hello there, Using R 1.8.1 and WinXP...
> I would like to write a disk file (ascii text) of an R data
> frame. When I type the name of the object in the console
> window, it is sensibly and nicely formatted. When I use
> write.table, it is *not*, because the separation character
> is just a space.
Try sink.
> A somewhat brutal solution would be to create all the text
> strings for making a LaTex document/table environment and
> write all that stuff out to the text file. Please don't
> tell me I have to do that!
xtable will already do it for you :-)
Mike
______________________________________________
[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