ungroup: Return data to non-grouped

Description Usage Arguments Value

Description

After grouping data with group_by, there may be a need to return to a non-grouped form. Running ungroup() will drop any grouping. This can be reinstated again with regroup().

Usage

1
2
3
ungroup(.self)

rowwise(.self)

Arguments

.self

Data frame

Value

Data frame


jeblundell/multiplyr documentation built on May 19, 2019, 12:39 a.m.