View source: R/f_group_split.R
f_group_split | R Documentation |
dplyr::group_split
Alternative to dplyr::group_split
f_group_split(
.data,
...,
.add = FALSE,
.order = group_by_order_default(.data),
.by = NULL,
.cols = NULL,
.drop = df_group_by_drop_default(.data)
)
.data |
data frame. |
... |
Variables to group by. |
.add |
Should groups be added to existing groups?
Default is |
.order |
Should groups be ordered? If |
.by |
(Optional). A selection of columns to group by for this operation.
Columns are specified using |
.cols |
(Optional) alternative to |
.drop |
Should unused factor levels be dropped? Default is |
A list of data frames split by group.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.