Learn R Programming

inTextSummaryTable (version 3.3.2)

writeTable: 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, ...)

Value

No returned value, the object x is exported to the specified 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 write.table function.

Author

Laure Cougnaud