Last data update: 2014.03.03

R: Prepare for grouping.
group_by_prepareR Documentation

Prepare for grouping.

Description

Performs standard operations that should happen before individual methods process the data. This includes mutating the tbl to add new grouping columns and updating the groups (based on add)

Usage

group_by_prepare(.data, ..., .dots, add = FALSE)

Value

A list

data

Modified tbl

groups

Modified groups

Results