btm_var | R Documentation |
Recursive function to get the last name in a list
btm_var(x, name = NULL)
x |
a list |
name |
name of the top element of the list |
The name of the deepest nested list element
btm_var(list(X = list(Y = list(K = 1))))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.