Iterate a function over each subsublist in a list of list of lists. Recursion!
1 | innerinnermap(xs, f, ...)
|
xs |
list. The list-of-lists-of-lists to iterate over. |
f |
function. The function to apply. |
... |
list. Additional optional arguments to pass to lapply. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.