writeTable {inTextSummaryTable} | R Documentation |
This function is mainly a wrapper on write.table
,
with the specific options:
no rownames
no quoting
tab separator
writeTable(x, file, ...)
x |
Data.frame to export to the table, or list of such tables. |
file |
String with text file to export to. |
... |
Any parameters passed to the |
No returned value, the object x
is exported to the specified file
.
Laure Cougnaud