-
Notifications
You must be signed in to change notification settings - Fork 991
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add sort_by.data.table #6679
base: master
Are you sure you want to change the base?
add sort_by.data.table #6679
Conversation
Generated via commit fe8f6f1 Download link for the artifact containing the test results: ↓ atime-results.zip
|
if (inherits(y, "formula")) | ||
y <- .formula2varlist(y, x) | ||
if (!is.list(y)) | ||
y <- list(y) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs a few more tests -- currently all cases use the formula interface.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! I think it needs an entry in man/, probably in ?forder
would be the most logical place?
Proposal for #6662
sort_by.data.table()
will sort using C-locale now, this is incompatible withbase::sort_by.data.frame()
used on data.tables