writeDataFrame.AromaUnitTabularBinaryFile | R Documentation |
Writes the data file as a tab-delimited text file with or without file header comments.
## 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="\t", addHeader=TRUE,
createdBy=NULL, nbrOfDecimals=4L, columnNamesPrefix=c("fullname", "name", "none"),
overwrite=FALSE, verbose=FALSE)
filename |
The filename of generated file. |
path |
The path where the generated file should be written. |
... |
Not used. |
columns |
A |
sep |
A |
.
addHeader |
If |
createdBy |
A |
nbrOfDecimals |
An |
columnNamesPrefix |
A |
overwrite |
If |
verbose |
A |
Returns the write data file as a TabularTextFile
object.
Henrik Bengtsson
For more information see AromaUnitTabularBinaryFile
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.