Write a data.frame to a tab-delimited text file

.write.tbl(tbl, ofile, ...)

Arguments

tbl

the data.frame to be written

ofile

the desired file name

...

additional arguments passed on to write.table

Details

This method simply calls write.table with some preset arguments that generate a unquoated, tab-delimited file without row names.