Learn R Programming

R.oo (version 1.9.8)

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

Value

See Also

Internally object.size is used.