llapply | R Documentation |
Allows lapply to work on elements that are themselves
lists of length one so that the name of each element
is available within the function called by lapply
.
llapply(x, FUN = function(x) x, ...)
x |
a vector (atomic or list each of whose elements
will be made into a list of length one and inserted
into a list to be passed to |
FUN |
a function to be applied to each element
of the list formed from |
... |
additional variables passed to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.