Learn R Programming

R.huge (version 0.10.1)

getSizeOfData.AbstractFileArray: Gets the size of the data section in bytes

Description

Gets the size of the data section in bytes.

Usage

# S3 method for AbstractFileArray
getSizeOfData(this, ...)

Value

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

Arguments

...

Not used.

Author

Henrik Bengtsson

See Also

*getBytesPerCell(). *length(). For more information see AbstractFileArray.