[R] saving a data.frame to "\t" files
Uwe Ligges
ligges at statistik.uni-dortmund.de
Thu Mar 11 19:04:54 CET 2004
Mihai Nica wrote:
> Windows 2000, updated R and packages.
>
> could somebody pleaseeeeeeeee help with saving a data.frame with column
> names into "\t" text files for later importing in other programs? It seems an easy task, yet... it beats me.
It's in the R Data Import/Export manual and in the help file
?write.table (hint: argument sep = "\t").
Uwe Ligges
More information about the R-help
mailing list