search for: retgrp

Displaying 1 result from an estimated 1 matches for "retgrp".

Did you mean: resgrp
2020 May 08
0
base::order making available retGrp and sortStr options for radix method?
...disabled. base::order lines 31-35 reads: if (method == "radix") { decreasing <- rep_len(as.logical(decreasing), length(z)) return(.Internal(radixsort(na.last, decreasing, FALSE, TRUE, ...))) } which is essentially: return(.Internal(radixsort(na.last, decreasing, retGrp, sortStr, ...))) with the retGrp arguments which returns the group starts and the maximum group size disabled. sortStr = FALSE can be used to do unordered groupings. My request is if it is possible to make available these features to the user. It would make available extremely fast ordered g...