View source: R/S3_definitions.R
summary.aggre | R Documentation |
aggre
Objectsummary
method function for aggre
objects; see
[as.aggre]
and [aggre]
.
## S3 method for class 'aggre'
summary(object, by = NULL, subset = NULL, ...)
object |
an |
by |
list of columns to summarize by - e.g. |
subset |
a logical condition to subset results table by
before summarizing; use this to limit to a certain stratum. E.g.
|
... |
unused |
Returns a data.table
— a further aggregated version of object
.
Joonas Miettinen
Other aggregation functions:
aggre()
,
as.aggre()
,
lexpand()
,
setaggre()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.