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 7d0faab commit c76722cCopy full SHA for c76722c
inst/tests/mergelist.Rraw
@@ -80,3 +80,4 @@ local({
80
test(13.06, ii, lapply(l, indices)) ## this tests that original indices have not been touched, shallow_duplicate in mergeIndexAttrib
81
})
82
test(13.07, cbindlist(list(data.table(a=1:2), data.table(b=3:4, key="b")), data.table(a=1:2, b=3:4, key="b"))
83
+test(13.08, cbindlist(list(data.table(a=1:2, key="a"), data.table(b=3:4, key="b"))), data.table(a=1:2, b=3:4, key=c("a", "b")))
0 commit comments