data.frame to a tab-delimited text filedot-write.tbl.RdWrite a data.frame to a tab-delimited text file
.write.tbl(tbl, ofile, ...)
| tbl | the |
|---|---|
| ofile | the desired file name |
| ... | additional arguments passed on to |
This method simply calls write.table with some
preset arguments that generate a unquoated, tab-delimited file
without row names.