ungroup: Return data to non-grouped

Description Usage Arguments Value

View source: R/ops.R

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


multiplyr documentation built on May 30, 2017, 12:09 a.m.