count_n: Count group sizes by grouped variables

View source: R/count.R

count_nR Documentation

Count group sizes by grouped variables

Description

Shorthand for count(count(df, ...), n).

Usage

count_n(df, ...)

Arguments

df

A data frame.

...

Variables to group by.

Examples

count_n(mtcars, disp)


jedwards24/edwards documentation built on Sept. 2, 2023, 8:16 a.m.