[R-gregmisc-users] SF.net SVN: r-gregmisc:[2024] pkg/gtools/man/mixedsort.Rd
Brought to you by:
warnes
From: <wa...@us...> - 2015-05-25 14:10:04
|
Revision: 2024 http://sourceforge.net/p/r-gregmisc/code/2024 Author: warnes Date: 2015-05-25 14:10:01 +0000 (Mon, 25 May 2015) Log Message: ----------- Note characters sorting ignores case. Modified Paths: -------------- pkg/gtools/man/mixedsort.Rd Modified: pkg/gtools/man/mixedsort.Rd =================================================================== --- pkg/gtools/man/mixedsort.Rd 2015-05-25 14:08:33 UTC (rev 2023) +++ pkg/gtools/man/mixedsort.Rd 2015-05-25 14:10:01 UTC (rev 2024) @@ -32,7 +32,8 @@ character and numeric sections, and then sorting along these sections, with numbers being sorted by numeric value (e.g. "50" comes before "100"), followed by characters strings sorted by character - value (e.g. "A" comes before "B"). + value (e.g. "A" comes before "B") \emph{ignoring case} (e.g. 'A' has + the same sort order as 'a'). By default, sort order is ascending, empty strings are sorted to the front, and \code{NA} values to the end. Setting \code{descending=TRUE} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |