objectSize.BasicObject {R.oo}R Documentation

Gets the size of the BasicObject in bytes

Description

Gets the size of the BasicObject in bytes by summing the sizes of all its members. For this reason, the size of memory the BasicObject actually allocates might vary slighty.

Usage

## S3 method for class 'BasicObject':
objectSize(this, ...)

Arguments

... Not used.

Value

Returns an integer specifying the size of the object in number of bytes.

Author(s)

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

See Also

object.size. For more information see BasicObject.


[Package R.oo version 1.6.5 Index]