summarize...: summarize

Description Usage Arguments Details Value Author(s) See Also

View source: R/summarize.R

Description

Grouping wrapper for summarize

Usage

1

Arguments

...

parameters for dplyr::summarize

Details

The wisegroup package provides a wrapper for summarize that behaves as per the original with the added bonus of signalling returned data could be grouped in source code. This helps avoid mistakes associated with forgetting to call ungroup().

For original documentation see dplyr::summarize().

Use wisegroup::summarize() to automatically remove groups after applying dplyr::summarize.

Value

an ungrouped dataframe

Author(s)

Miles McBain

See Also

dplyr::summarize, summarize...


MilesMcBain/wisegroup documentation built on Dec. 5, 2019, 2:03 a.m.