R/utils.R

Defines functions sort_c

sort_c <- function(x) {
  withr::with_collate("C", sort(x))
}
r-pkgs/pkgapi documentation built on March 10, 2020, 3:58 p.m.