.write.tbl | R Documentation |
data.frame
to a tab-delimited text fileWrite 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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.