Learn R Programming

fastplyr (version 0.5.1)

group_by_order_default: Default value for ordering of groups

Description

A default value, TRUE or FALSE that controls which algorithm to use for calculating groups. See f_group_by for more details.

Usage

group_by_order_default(x)

Value

A logical of length 1, either TRUE or FALSE.

Arguments

x

A data frame.