ungroup.decorated: Ungroup Decorated

View source: R/dplyr.R

ungroup.decoratedR Documentation

Ungroup Decorated

Description

Preserves class when ungrouping decorated.

Usage

## S3 method for class 'decorated'
ungroup(x, ...)

Arguments

x

A tbl()

...

In group_by(), variables or computations to group by. Computations are always done on the ungrouped data frame. To perform computations on the grouped data, you need to use a separate mutate() step before the group_by(). Computations are not allowed in nest_by(). In ungroup(), variables to remove from the grouping.

See Also

Other dplyr: anti_join.decorated(), arrange.decorated(), full_join.decorated(), group_by.decorated(), inner_join.decorated(), left_join.decorated(), mutate.decorated(), right_join.decorated(), select.decorated(), semi_join.decorated(), slice.decorated(), summarise.decorated(), summarize.decorated()


bergsmat/yamlet documentation built on Feb. 18, 2024, 5:50 a.m.