ListDepth | R Documentation |
Internal function: Max number of nested levels in a nested list of lists
ListDepth(query_list)
query_list |
SLA
ListDepth(c('a','b','c'))
l = list('x'=c('a1','b1','c1'), 'y'=c('a2','b2','c2'))
ListDepth(l)
l = list('x0'=list('x1'=c('a1','b1','c1'), 'x2'=c('a2','b2','c2')), 'y'=c('a2','b2','c2'))
ListDepth(l)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.