R.oo (version 1.24.0)

objectSize.environment: Gets the size of an environment in bytes

Description

Gets the size of an environment in bytes.

Usage

# S3 method for environment
objectSize(envir, ...)

Arguments

envir
...

Arguments passed to ls().

Value

Returns an integer.

See Also

Internally object.size is used.