count_over: Perform 'count2()' for a range of variables in a data frame

View source: R/count.R

count_overR Documentation

Perform count2() for a range of variables in a data frame

Description

Prints output from count2() for multiple columns in df.

Usage

count_over(df, ..., sort = TRUE, n = 10L)

Arguments

df

A data frame.

...

Columns to count over. Accepts tidyselect inputs. If omitted then count is applied to every column.

sort

Logical, passed to count(). If TRUE each result is sorted by group size.

n

Integer passed to print() which gives the maximum number of rows printed in each count summary.


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