objectSize.environment {R.oo} | R Documentation |
Gets the size of an environment in bytes.
## S3 method for class 'environment'
objectSize(envir, ...)
envir |
An |
... |
Arguments passed to |
Returns an integer
.
Henrik Bengtsson
Internally object.size
is used.