Returns an iterator that divides the data in the vector x
into the
groups defined by f
.
Arguments
- x
vector or data frame of values to be split into groups.
- f
a factor or list of factors used to categorize
x
.- drop
logical indicating if levels that do not occur should be dropped.
- ...
current ignored.