View source: R/preprocess-summarize.R
summarizeData | R Documentation |
Summarise a data.frame with the given aggregation function
summarizeData(df, agg, to_agg, ...)
df |
A data.frame |
agg |
one of sum, mean, or similar function |
to_agg |
Columns to aggregate |
... |
Variables to group |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.