length.AbstractFileArray {R.huge}R Documentation

Gets the number of elements in a file array

Description

Gets the number of elements in a file array.

Usage

## S3 method for class 'AbstractFileArray':
length(x)

Arguments

... Not used.

Value

Returns a double (since the largest integer is only 2147483648-1).

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)

See Also

*dim(). For more information see AbstractFileArray.


[Package R.huge version 0.1.5 Index]