View source: R/rbitr_helpers.R
nested_lapply | R Documentation |
input_function
to the root elements of a nested listApply input_function
to the root elements of a nested list
nested_lapply(x, input_function, ...)
x |
A nested list. |
input_function |
A function that takes the root level elements of x as arguments. |
... |
Further arguments to |
A list with the same structure as x, where the root level elements
have been replaced with the outputs of input_function
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.