Description Usage Arguments Value Author(s) See Also Examples
Writes a table to a file. Different formats and compression options are available.
1 | rnb.write.table(tt, fname, fpath = "", format = "csv", gz = FALSE, ...)
|
tt |
Table to be written to file, usually in the form of a |
fname |
Target file name. If this file already exists, it will be overwritten. |
fpath |
Target file path. If "" (default value), |
format |
Target format; one of |
gz |
Flag indicating whether the file should be zipped in |
... |
Any additional arguments to be passed on to |
The (possibly updated) target file name, invisibly. If gz
is TRUE
, the string ".gz"
will
be appended to fname
.
Fabian Mueller
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.