.this_group | R Documentation |
Access group data in dplyr::mutate
after
dplyr::group_by
.
Function created because data available in dplyr::group_by %>% mutate
scheme is not filtered by group - in mutate function .
is still initial
dataset. This function creates data.frame
using dplyr::groups
information.
.this_group(x)
x |
( |
data.frame filtered by current dplyr::groups()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.