env | R Documentation |
Display name, number of objects, and size of all loaded environments.
env(unit="KB", digits=0)
unit |
unit for displaying environment size: "bytes", "KB", "MB", or first letter. |
digits |
number of decimals to display when rounding environment size. |
A data frame with the following columns:
Environment |
environment name. |
Objects |
number of objects in environment. |
KB |
environment size (see notes). |
The name of the environment size column is the same as the unit used.
Arni Magnusson
env
is a verbose alternative to search
.
ll
is a related function that describes objects in an
environment.
## Not run:
env()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.