Description Usage Arguments Details Value Note Author(s) See Also Examples
This function is depreciated. Please use ll
instead.
Display name, class, size, and dimensions of each element in a given object.
1 2 |
object |
object containing named elements, perhaps a model or data frame. |
unit |
required unit for displaying element size: "KB", "MB", "bytes", or first letter. |
digits |
number of decimals to display when rounding element size. |
dimensions |
whether element dimensions should be returned. |
A verbose alternative to names().
A data frame with named rows and the following columns:
Class |
element class. |
KB |
element size (see notes). |
Dim |
element dimensions (optional). |
The name of the element size column is the same as the unit used.
Elements of class classRepresentation,
ClassUnionRepresentation, and grob do not have a defined
size, so 0 bytes are assumed for those.
Arni Magnusson arnima@u.washington.edu
names, str, and
summary display different information about object
elements.
ll and env are related to elem.
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.