| max_depth | R Documentation |
Maximum depth of a list
max_depth(x, depth = 0)
x |
A list. |
depth |
The depth of the list. |
x <- list(
a = list(b = list(c = 1)),
d = list(e = list(f = 2))
)
max_depth(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.