setorderv_numeric: Order a data.table (by reference) by interpreting characters as numeric if possible
Description
Order a data.table (by reference) by interpreting characters as numeric if possible
Usage
setorderv_numeric(dataOne, by = NULL, key = NULL, ...)
Arguments
by
Order by the given columns.
key
If given and by
is empty, orderr by the columns with names ending with key
.