write_simple_table {RITAN} | R Documentation |
This is a simple wrapper around "write.table" that writes a tab-delimited table with column names, no quoting, and no row names.
write_simple_table(d = NULL, f = NULL, ...)
d |
R data object |
f |
file path |
... |
further options passed on to write.table |
invisible (nothing is returned)
## Not run: simple wrapper around write.table for writing a tab-delimieted, no row names, tab-seperated file ## End(Not run)