Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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 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

See Also

object.size. For more information see BasicObject.


R.oo

R Object-Oriented Programming with or without References

v1.24.0
LGPL (>= 2.1)
Authors
Henrik Bengtsson [aut, cre, cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.