Learn R Programming

eam (version 1.0.1)

summarise_by_impl: Internal function to perform the core summarise_by logic

Description

Internal function to perform the core summarise_by logic

Usage

summarise_by_impl(.data, dots, .by, .wider_by)

Value

A data frame with class "eam_summarise_by_tbl"

Arguments

.data

A data frame to summarise

dots

Quosures containing the summary expressions

.by

Character vector of column names to group by

.wider_by

Character vector of column names to keep as identifying columns