AromaTabularBinaryFile$allocate | R Documentation |
Creates an AromaTabularBinaryFile of a certain dimension and data column types.
## Static method (use this):
## AromaTabularBinaryFile$allocate(filename, path=NULL, nbrOfRows, types, sizes,
## signeds=TRUE, defaults=NA, comment=NULL, overwrite=FALSE, skip=FALSE, footer=list(),
## ..., verbose=FALSE)
## Don't use the below:
## S3 method for class 'AromaTabularBinaryFile'
allocate(static, filename, path=NULL, nbrOfRows, types, sizes, signeds=TRUE, defaults=NA,
comment=NULL, overwrite=FALSE, skip=FALSE, footer=list(), ..., verbose=FALSE)
filename |
The filename of the new file. |
path |
The path where to store the new file. |
nbrOfRows |
An |
types |
A |
sizes |
An |
signeds |
An |
defaults |
An optional |
comment |
An optional |
overwrite |
If |
skip |
If |
footer |
An optional |
... |
Not used. |
verbose |
|
Returns a AromaTabularBinaryFile
object.
Valid data types are currently "integer
" and "double
".
Henrik Bengtsson
For more information see AromaTabularBinaryFile
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.