ungroup.igrouped_df {groupr}R 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.


[Package groupr version 0.1.2 Index]