split_indices {plyr} | R Documentation |
An optimised version of split for the special case of
splitting row indices into groups, as used by
splitter_d
split_indices(group, n = max(group))
index |
integer indices |
group |
integer groups |
n |
largest integer (may not appear in index) |