View source: R/aggregate_num.R
aggregate_by_ | R Documentation |
Aggregate-By, for groupedHyperframe
aggregate_by_(dots, X, by, f_aggr_ = pmean, ...)
dots |
a listof .. |
X |
a groupedHyperframe |
by |
see function |
f_aggr_ |
function, method to aggregate
within cluster, currently supports
|
... |
additional parameters |
Function aggregate_by_()
checks by
against attr(X,'group')
.
Function aggregate_by_()
returns
a listof numeric matrixes.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.