list_depth | R Documentation |
Descend a list and find the maximum number of levels in a list.
list_depth(x)
A possibly nested list of lists is descended to determine the maximum number of levels.
The maximum number of levels in the list.
This function and the documentation are derived from plotrix::listDepth()
. The function is defined separately in prettyGraphics
to reduce reliance on non-default packages.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.