Ungroup method for tibbles that have inapplicable groups.

# S3 method for igrouped_df
ungroup(x)

Arguments

x

An igrouped tibble (as created by group_by2)

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.