R.oo (version 1.26.0)

objectSize.BasicObject: 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 slightly.

Usage

# S3 method for BasicObject
objectSize(this, ...)

Value

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

Arguments

...

Not used.

Author

Henrik Bengtsson

See Also

object.size. For more information see BasicObject.