data.frame
to a tab-delimited text filedot-write.tbl.Rd
Write 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.