Closed nathaneastwood closed 3 years ago
This is the .groups argument to summarise(). The user should be able to pass:
.groups
summarise()
"drop_last"
"drop"
"keep"
When .groups is not specified, it is chosen based on the number of rows of the results:
This is the
.groups
argument tosummarise()
. The user should be able to pass:"drop_last"
: dropping the last level of grouping."drop"
: All levels of grouping are dropped."keep"
: Same grouping structure as .data.When
.groups
is not specified, it is chosen based on the number of rows of the results:"drop_last"
."keep"
.