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