View source: R/short_functions.R
slapply | R Documentation |
A wrapper for sapply
with arguments simplify = FALSE
and USE.NAMES = TRUE
.
slapply(X, FUN, ...)
FUN |
The function to be applied to each element of |
... |
Optional arguments to |
x |
A vector (atomic or list). |
A list with names equal to the names of x
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.