Description Usage Arguments Value
This is a named version of dplyr::group_split, where the resulting list is named according to the variable it was split on. The function was written by Romain Francois, and I found it here: https://github.com/tidyverse/dplyr/issues/4223
1 | named_group_split(.tbl, ...)
|
.tbl |
A data frame. |
... |
Variables to group by |
A list, such that the names of the list are the group keys of the grouping variable(s).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.