We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c17a5a commit e4aef6dCopy full SHA for e4aef6d
man/setorder.Rd
@@ -61,9 +61,9 @@ default is \code{TRUE}. \code{setorder} and \code{setorderv} only accept
61
this means "descending" and not "negative" because the implementation simply
62
reverses the sort order, as opposed to sorting the opposite of the input
63
(which would be inefficient).
64
-
65
Note that \code{-b} also works with columns of type \code{character} unlike
66
\code{\link[base]{order}}, which requires \code{-xtfrm(y)} instead (which is slow).
+
67
\code{setorderv} in turn accepts a character vector of column names and an
68
integer vector of column order separately.
69
0 commit comments