Split indices.
An optimised version of split for the special case of splitting row
indices into groups, as used by splitter_d
.
split_indices(group, n = 0L)
n |
largest integer (may not appear in index). This is hint: if
the largest value of |
index |
integer indices |
split_indices(sample(10, 100, rep = TRUE)) split_indices(sample(10, 100, rep = TRUE), 10)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.