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 environment().
... Arguments passed to ls().

Value

Returns an integer.

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)

See Also

Internally object.size.


[Package R.oo version 1.6.5 Index]