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