Description Usage Arguments Value Examples
This function is a 'wrapper' for the group_by and summarize procedure used in dplyr to aggregate dataframes.
| 1 2 3 4 5 | 
| data | Dataframe the aggregation is applied to. | 
| col | Column of the dataframe the summarise function is applied.
Default is  | 
| groups | Vector of character strings giving the grouping variables. | 
| out | Character string specifying the name of the output column.
Default is  | 
| fun | Aggregation function to apply. | 
grouped datarame with the aggregated data.
| 1 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.