max_depth {baizer} | R Documentation |
max depth of a list
Description
max depth of a list
Usage
max_depth(x)
Arguments
x |
list |
Value
number
Examples
max_depth(list(a = list(b = list(c = 1), d = 2, e = 3)))
[Package baizer version 0.8.0 Index]