max_depth | R Documentation |
max depth of a list
max_depth(x)
x |
list |
number
max_depth(list(a = list(b = list(c = 1), d = 2, e = 3)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.