write.data: Create text data files using convenient defaults
Description
Several presets are provided for creating text data files.
Functions are based on write.table, with some predefined extras
to save time when writing data sets to clear text files
Whether rownames whould be included in output,
default=FALSE
...
Further arguments passed on to write.table()
Details
Both of the named functions just use the filename as 2nd positional argument and call write.table(). Difference between both is that write.tab has predefined the column separator as "\t", while write.space uses the write.table default " ".