writeTable {inTextSummaryTable} | R Documentation |
Custom function to write table to a text file
Description
This function is mainly a wrapper on write.table
,
with the specific options:
no rownames
no quoting
tab separator
Usage
writeTable(x, file, ...)
Arguments
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 |
Value
No returned value, the object x
is exported to the specified file
.
Author(s)
Laure Cougnaud
[Package inTextSummaryTable version 3.3.3 Index]