maxlength | R Documentation |
maxlength
returns the physical length of an ff or ram object
maxlength(x, ...)
## S3 method for class 'ff'
maxlength(x, ...)
## Default S3 method:
maxlength(x, ...)
x |
ff or ram object |
... |
additional arguments (not used) |
integer scalar
Jens Oehlschlägel
length.ff
, maxindex
x <- ff(1:12)
length(x) <- 10
length(x)
maxlength(x)
x
rm(x); gc()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.