Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

maxlength

Get physical length of an ff or ram object


Description

maxlength returns the physical length of an ff or ram object

Usage

maxlength(x, ...)
## S3 method for class 'ff'
maxlength(x, ...)
## Default S3 method:
maxlength(x, ...)

Arguments

x

ff or ram object

...

additional arguments (not used)

Value

integer scalar

Author(s)

Jens Oehlschlägel

See Also

Examples

x <- ff(1:12)
  length(x) <- 10
  length(x)
  maxlength(x)
  x
  rm(x); gc()

ff

Memory-Efficient Storage of Large Data on Disk and Fast Access Functions

v4.0.4
GPL-2 | GPL-3 | file LICENSE
Authors
Daniel Adler [aut], Christian Gläser [aut], Oleg Nenadic [aut], Jens Oehlschlägel [aut, cre], Martijn Schuemie [aut], Walter Zucchini [aut]
Initial release
2020-10-13

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.