Description Usage Arguments Examples
Specialised lapply
functions for R6 or other OOP classes.
This is simply a wrapper that detects if FUN
is a function, in which
case lapply
is used as usual, or a string, in which case the given
field/method is returned as a list.
1 |
X, ... |
See lapply |
FUN |
Either a function to apply to each element of |
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.