ungroup.igrouped_df: Ungroup a Tibble With Inapplicable Groups

ungroup.igrouped_dfR Documentation

Ungroup a Tibble With Inapplicable Groups

Description

Ungroup method for tibbles that have inapplicable groups.

Usage

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

Arguments

x

An igrouped tibble (as created by group_by2)

...

Ignored. All variables are removed from the grouping.

Value

A tibble with no groups. The "groups" attribute will be set to contain one column, .rows, with a single value that lists all rows.


groupr documentation built on March 31, 2023, 10:36 p.m.