lsapply | R Documentation |
lsapply
lsapply
lsapply(X, FUN, ..., outnames = NULL, simplify = FALSE)
X |
a vector (atomic or list) or an |
FUN |
the function to be applied to each element of |
... |
optional arguments to |
outnames |
Character vector: Optional names to apply to output |
simplify |
logical or character string; should the result be
simplified to a vector, matrix or higher dimensional array if
possible? For |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.