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

See Also

Internally object.size is used.


[Package R.oo version 1.26.0 Index]