gdata (version 3.0.0)

env: Describe All Loaded Environments

Description

Display name, number of objects, and size of all loaded environments.

Usage

env(unit="KB", digits=0)

Value

A data frame with the following columns:

Environment

environment name.

Objects

number of objects in environment.

KB

environment size (see notes).

Arguments

unit

unit for displaying environment size: "bytes", "KB", "MB", or first letter.

digits

number of decimals to display when rounding environment size.

Author

Arni Magnusson

See Also

env is a verbose alternative to search.

ll is a related function that describes objects in an environment.

Examples

Run this code
if (FALSE) {
env()
}

Run the code above in your browser using DataLab