group_by_not: Group by all variables except those listed

Description Usage Arguments Value

Description

Opposite of dplyr::group_by()... for when it's more convenient to list the excluded variables

Usage

1
group_by_not(.data, ...)

Arguments

.data

a tbl

...

Variables NOT to group by. Duplicated groups will be silently dropped.

Value

A grouped tbl


ryantimpe/ipfitr documentation built on May 14, 2019, 8:55 a.m.