Skip to contents

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

Usage

acro_summarise(.data, ..., .groups = NULL, .by = NULL)

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()

Value

Summary of the data