Rdocumentation
powered by
Learn R Programming
R.oo (version 1.20.0)
objectSize.environment: Gets the size of an environment in bytes
Description
Gets the size of an environment in bytes.
Usage
"objectSize"(envir, ...)
Arguments
envir
An
environment
().
...
Arguments passed to
ls
().
Value
Returns an
integer
.
See Also
Internally
object.size
is used.