writeTable: Custom function to write table to a text file

View source: R/miscellaneous.R

writeTableR 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 write.table function.

Value

No returned value, the object x is exported to the specified file.

Author(s)

Laure Cougnaud


inTextSummaryTable documentation built on Sept. 12, 2023, 5:06 p.m.