objectSize.Object: Gets the size of the Object in bytes
Description
Gets the size of the Object in bytes by summing the sizes of all its
members. For this reason, the size of memory the Object actually
allocates might vary slighty.
Usage
## S3 method for class 'Object':
objectSize(this, ...)
Arguments
...
Not used.
Value
Returns an integer specifying the size of the object in number of bytes.