count: count

Description Usage Arguments Details Value Author(s) See Also

View source: R/count.R

Description

Ungrouping wrapper for count

Usage

1

Arguments

...

parameters for dplyr::count

Details

The wisegroup package provides a wrapper for count that always returns ungrouped data. This avoids mistakes associated with forgetting to call ungroup().

For original documentation see dplyr::count().

Use count...() to retain groups as per dplyr::count, whilst signalling this in your code.

Value

an ungrouped dataframe

Author(s)

Miles McBain

See Also

dplyr::count, count...


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