Rdocumentation
powered by
Learn R Programming
ggvis (version 0.3.0.1)
group_by: Divide data into groups.
Description
Divide data into groups.
Usage
group_by(x, ..., add = FALSE)
Arguments
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 = FALSE