dot-write.tbl: Write a 'data.frame' to a tab-delimited text file

.write.tblR Documentation

Write a data.frame to a tab-delimited text file

Description

Write a data.frame to a tab-delimited text file

Usage

.write.tbl(tbl, ofile, ...)

Arguments

tbl

the data.frame to be written

ofile

the desired file name

...

additional arguments passed on to write.table

Details

This method simply calls write.table with some preset arguments that generate a unquoated, tab-delimited file without row names.


kalganem/creedenzymatic documentation built on March 31, 2024, 11:58 a.m.