objectSize {R.oo} | R Documentation |
Gets the size of the object in bytes.
This method is just a wrapper for object.size
.
## Default S3 method: objectSize(...)
... |
Arguments passed to object.size . |
Returns an integer
.
Henrik Bengtsson (http://www.braju.com/R/)
Internally object.size
.