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
Now that forder is implemented very nicely for all supported types - to reorder in both ascending and descending, along with proper handling of na.last argument, we can also add this as argument to setorder and setorderv.
The default, will be, na.last=FALSE, in consistency with data.table, as opposed to DT[order(.)] which is TRUE, to be consistent with base.
The text was updated successfully, but these errors were encountered:
Now that
forder
is implemented very nicely for all supported types - to reorder in both ascending and descending, along with proper handling ofna.last
argument, we can also add this as argument tosetorder
andsetorderv
.The default, will be,
na.last=FALSE
, in consistency withdata.table
, as opposed toDT[order(.)]
which isTRUE
, to be consistent with base.The text was updated successfully, but these errors were encountered: