maxlength: Get physical length of an ff or ram object

Description Usage Arguments Value Author(s) See Also Examples

View source: R/generics.R

Description

maxlength returns the physical length of an ff or ram object

Usage

1
2
3
4
5
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<c3><a4>gel

See Also

length.ff, maxindex

Examples

1
2
3
4
5
6
  x <- ff(1:12)
  length(x) <- 10
  length(x)
  maxlength(x)
  x
  rm(x); gc()

kindlychung/ff documentation built on May 20, 2019, 9:58 a.m.