summarise_by_impl: Internal function to perform the core summarise_by logic

View source: R/summarise_by.R

summarise_by_implR Documentation

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)

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

Value

A data frame with class "eam_summarise_by_tbl"


eam documentation built on March 29, 2026, 5:07 p.m.

Related to summarise_by_impl in eam...