depth | R Documentation |
Recursively determines how many max or min layers of subnesting there is, with the end object (defined by param sig or a list of length 0) being layer 0
depth(this, method = c("max", "min"), sig = "data.frame")
this |
object to evaluate |
method |
max (default) or min nesting to detect |
sig |
signature or class to check for. Default is 'data.frame' |
https://stackoverflow.com/questions/13432863/determine-level-of-nesting-in-r
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.