objectSize.environment {R.oo} | R Documentation |
Gets the size of an environment in bytes
Description
Gets the size of an environment in bytes.
Usage
## S3 method for class 'environment'
objectSize(envir, ...)
Arguments
envir |
An |
... |
Arguments passed to |
Value
Returns an integer
.
Author(s)
Henrik Bengtsson
See Also
Internally object.size
is used.
[Package R.oo version 1.26.0 Index]