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 966ffcf commit d8ba683Copy full SHA for d8ba683
R/data.table.R
@@ -545,7 +545,7 @@ replace_dot_alias = function(e) {
545
if (allLen1) {
546
irows = f__
547
} else {
548
- join.many = getOption("datatable.join.many") # #914, default TRUE for backward compatibility
+ join.many = isTRUE(getOption("datatable.join.many", TRUE)) # #914, default TRUE for backward compatibility
549
anyDups = !notjoin &&
550
(
551
# #698. When notjoin=TRUE, ignore allow.cartesian. Rows in answer will never be > nrow(x).
0 commit comments