Skip to content

Commit 2e228a4

Browse files
restore 'join.many' to signature
1 parent 80f23d8 commit 2e228a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/mergelist.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ mergepair = function(lhs, rhs, on, how, mult, lhs.cols=names(lhs), rhs.cols=name
257257
setDT(out)
258258
}
259259

260-
mergelist_impl_ = function(l, on, cols, how, mult, copy) {
260+
mergelist_impl_ = function(l, on, cols, how, mult, join.many, copy) {
261261
verbose = getOption("datatable.verbose")
262262
if (verbose)
263263
p = proc.time()[[3L]]

0 commit comments

Comments
 (0)