You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -73,7 +73,7 @@ sets the \code{sorted} attribute.
73
73
74
74
\code{na.last} argument, bydefault, is \code{FALSE} for \code{setorder} and
75
75
\code{setorderv} tobeconsistentwith \code{data.table}'s \code{setkey} and
76
-
is \code{TRUE} for \code{x[order(.)]} and \code{sort_by(x, .)} (\eqn{\R\ge 4.4.0}) to be consistent with \code{base::order}.
76
+
is \code{TRUE} for \code{x[order(.)]} and \code{sort_by(x, .)} (\R\ifelse{html}{\out{≥}}{\eqn{\ge}} 4.4.0) to be consistent with \code{base::order}.
77
77
Only \code{x[order(.)]} (and related \code{sort_by(x, .)}) can have \code{na.last = NA} as it is a subset operation
78
78
as opposed to \code{setorder} or \code{setorderv} which reorders the data.table
0 commit comments