writeTab | R Documentation |
Wrapper around write.table
to write tab-separated tables by default
writeTab(
x,
fn,
sep = "\t",
row.names = FALSE,
col.names = TRUE,
quote = FALSE,
...
)
x |
table to write to file |
fn |
filename to write to |
sep |
see |
row.names |
see |
col.names |
see |
quote |
see |
... |
passed to |
stringsAsFactors |
see |
the result of write.table
Fabian Mueller
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.