Rdocumentation
powered by
Learn R Programming
R.oo (version 1.7.5)
objectSize: Gets the size of the object in bytes
Description
Gets the size of the object in bytes. This method is just a wrapper for
object.size
.
Usage
## S3 method for class 'default': objectSize(...)
Arguments
...
Arguments passed to
object.size
.
Value
Returns an
integer
.
See Also
Internally
object.size
.