objectSize {R.oo}R Documentation

Gets the size of the object in bytes

Description

Gets the size of the object in bytes. This method is just a wrapper for object.size.

Usage

## Default S3 method:
objectSize(...)

Arguments

... Arguments passed to object.size.

Value

Returns an integer.

Author(s)

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

See Also

Internally object.size.


[Package R.oo version 1.6.5 Index]