Ungroup method for tibbles that have inapplicable groups.
# S3 method for igrouped_df ungroup(x)
x | An igrouped tibble (as created by group_by2) |
---|
A tibble with no groups. The "groups" attribute will be set to contain one column, .rows, with a single value that lists all rows.