Creates a new data frame. It returns one row for each combination of grouping variables; if there are no grouping variables, the output will have a single row summarising all observations in the input
Source:R/acro_tables.R
acro_summarise.RdCreates a new data frame. It returns one row for each combination of grouping variables; if there are no grouping variables, the output will have a single row summarising all observations in the input
Arguments
- .data
A data frame or a data frame extension
- ...
Name-value pairs of summary functions. The name will be the name of the variable in the result
- .groups
Grouping structure of the result
- .by
Optionally, a selection of columns to group by for just this operation, functioning as an alternative to group_by()