lapply.inner | R Documentation |
Apply a function to the inner element of a list of lists.
lapply.inner(lol, .FUN, ..., simplify = FALSE, USE.NAMES = FALSE)
lol |
list of lists |
.FUN |
function that takes an element from lol |
... |
other arguments to pass to .FUN |
simplify |
logical or character string; should the result be simplified to a vector,
matrix or higher dimensional array if possible? See |
USE.NAMES |
logical; if TRUE and if X is character, use X as names for the result unless it had names already.
See |
a list of lists, the result of applying .FUN to lol
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.