Syntax ideas: ```R df %>% with_groups(mutate, this, that)(foo = 1) df %>% with_groups(c(this, that), mutate, foo = 1) ```
Syntax ideas: