Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

env

Describe All Loaded Environments


Description

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

Usage

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

Arguments

unit

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

digits

number of decimals to display when rounding environment size.

Value

A data frame with the following columns:

Environment

environment name.

Objects

number of objects in environment.

KB

environment size (see notes).

Note

The name of the environment size column is the same as the unit used.

Author(s)

Arni Magnusson

See Also

env is a verbose alternative to search.

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

Examples

## Not run: 
env()

## End(Not run)

gdata

Various R Programming Tools for Data Manipulation

v2.18.0
GPL-2
Authors
Gregory R. Warnes, Ben Bolker, Gregor Gorjanc, Gabor Grothendieck, Ales Korosec, Thomas Lumley, Don MacQueen, Arni Magnusson, Jim Rogers, and others
Initial release
2017-06-05

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.