[R] sort() depends on locale (and platform and build)

Marius Hofert marius.hofert at math.ethz.ch
Sun Jun 15 18:48:58 CEST 2014


Hi,

... so something like this? [in foo.R]

old.coll <- Sys.getlocale("LC_COLLATE")
Sys.setlocale("LC_COLLATE", locale="C")
<do_your_sorting_here>
Sys.setlocale("LC_COLLATE", locale=old.coll)

Cheers,

Marius



More information about the R-help mailing list