R/utils-basic.R
max_depth.Rd
max depth of a list
max_depth(x)
list
number
max_depth(list(a = list(b = list(c = 1), d = 2, e = 3))) #> [1] 3