dumpTable | R Documentation |
wrapper for write table with commonly used options - carried over from IDFGEN
dumpTable(x, filename, row.names = FALSE, sep = "\t")
x |
object to write out |
filename |
filename to write out as |
row.names |
passed to write.table |
sep |
passed to write.table |
nothing, just writes a file
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.