Divide data into groups.
x
a visualisation
...
variables to group by.
add
By default, when add = FALSE, group_by will override existing groups. To instead add to the existing groups, use add = TRUE
add = FALSE
group_by
add = TRUE