## S3 method for class 'AromaUnitTabularBinaryFile':
writeDataFrame(this, filename=sprintf("\%s.txt", getFilename(this)), path=file.path(getRootName(this, tags = "*,txt"), getFullName(this), getChipType(this, fullname = FALSE)), ..., columns=c("unitName", "*"), sep=" ", addHeader=TRUE, createdBy=NULL, nbrOfDecimals=4, columnNamesPrefix=c("fullname", "name", "none"), overwrite=FALSE, verbose=FALSE)
character
string specifying the column separatorTRUE
, file header comments will be added that
contain additional information about the source file and more.integer
specifying the number of decimals
for floating point columns.character
string specifying the column separatorcharacter
string specifying what type
of prefix should be used for column names.TRUE
, an existing destination file will be
overwritten, otherwise an exception will be thrown.TabularTextFile
object.AromaUnitTabularBinaryFile
.