group_by_order_default {fastplyr} | R Documentation |
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)
Arguments
x |
A data frame. |
Value
A logical of length 1, either TRUE
or FALSE
.
[Package fastplyr version 0.5.0 Index]