powered by
Display name, number of objects, and size of all loaded environments.
env(unit="KB", digits=0)
A data frame with the following columns:
environment name.
number of objects in environment.
environment size (see notes).
unit for displaying environment size: "bytes", "KB", "MB", or first letter.
number of decimals to display when rounding environment size.
Arni Magnusson
env is a verbose alternative to search.
env
search
ll is a related function that describes objects in an environment.
ll
if (FALSE) { env() }
Run the code above in your browser using DataLab