Description Usage Arguments Examples
This function acts as a faster version of tapply
for
the common case of splitting an atomic vector by another
atomic vector, and then applying a function.
1 |
X |
An atomic vector. |
INDEX |
A vector coercable to factor; must be one of the common atomic types: factor, integer, numeric, or character. |
FUN |
The function to be applied. See more details
at |
... |
Optional arguments to pass to |
simplify |
boolean; if |
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.