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 5a27d4a commit 1db211dCopy full SHA for 1db211d
inst/tests/tests.Rraw
@@ -21069,4 +21069,3 @@ if (exists("sort_by", "package:base")) {
21069
test(2306.23, DT1[, sort_by(.SD, ~a + b)], data.table(a=c(1, 2, 3, 3, NA), b=c(4L, 2L, 0L, 3L, 1L)))
21070
test(2306.24, DT1[, sort_by(.SD, ~.(a, b))], data.table(a=c(1, 2, 3, 3, NA), b=c(4L, 2L, 0L, 3L, 1L)))
21071
}
21072
-
0 commit comments