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 a7379a3 commit d2ed302Copy full SHA for d2ed302
R/merge.R
@@ -72,7 +72,7 @@ merge.data.table = function(x, y, by = NULL, by.x = NULL, by.y = NULL, all = FAL
72
} else {
73
named_idx = nzchar(nm)
74
if (all(named_idx)) {
75
- warningf(ngettext(n_dots, "merge.data.table() received %d unknown keyword argument which will be ignored: %s"
+ warningf(ngettext(n_dots, "merge.data.table() received %d unknown keyword argument which will be ignored: %s",
76
"merge.data.table() received %d unknown keyword arguments which will be ignored: %s"),
77
n_dots, brackify(nm))
78
0 commit comments