search for: radixord

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

Did you mean: radford
2020 May 08
0
base::order making available retGrp and sortStr options for radix method?
...My request is if it is possible to make available these features to the user. It would make available extremely fast ordered grouping facilities to all developers and prevent the need for people like myself to copy this source code. In R it could be made available through a simple function like: radixorder <- function(..., na.last = TRUE, decreasing = FALSE, retGrp = FALSE, sortStr = TRUE) { z <- list(...) decreasing <- rep_len(as.logical(decreasing), length(z)) return(.Internal(radixsort(na.last, decreasing, retGRP, otharg, ...))) } Alternatively a mac...