## S3 method for class 'data.frame':
writeDataFrame(data, file, path=NULL, sep="\t", quote=FALSE, row.names=FALSE,
col.names=TRUE, ..., header=list(), createdBy=NULL,
createdOn=format(Sys.time(), format = "%Y-%m-%d %H:%M:%S %Z"),
nbrOfRows=nrow(data), headerPrefix="# ", headerSep=": ", append=FALSE, overwrite=FALSE)data.frame.connection or a filename to write to.write.table.NULL, common header
rows to be added to the header.character string specifying the prefix of each
header row.character string specifying the character
separating the header name and header values.TRUE, the output is appended to an existing file.TRUE, an existing file is overwritten.connection written to).write.table.
readTable().