AggFunc | R Documentation |
A function factory for creating specific AggByFuncs, see for
example AggByYear
. This function is a closure and so returns
another function.
AggFunc(RHS)
RHS |
The variable name as string that you want to aggregate by. |
function
AggByYear <- AggFunc("Year")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.