showToolsSlots | R Documentation |
showToolsSlots
prints the names of slots in the @tools
of a given object.
It specifically targets list elements, skipping over data frames and other non-list objects.
showToolsSlots(obj, max.level = 1, subslot = NULL, ...)
obj |
An object whose |
max.level |
The maximum level of nesting to print. |
subslot |
The name of a sub-slot within the |
... |
Additional arguments to be passed to |
The function iterates over the slots in the @tools
of obj
. If a slot is a list
(and not a data frame), it prints the names of elements within this list. If the slot
is not a list or is a data frame, it skips printing the names. The function currently
does not use the indent
parameter but it could be incorporated in future enhancements
to control the formatting of the output.
showToolsSlots(obj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.