Skip to content

Commit fdfb473

Browse files
fix arg name
1 parent 587d87d commit fdfb473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/bmerge.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ bmerge = function(i, x, icols, xcols, roll, rollends, nomatch, mult, ops, verbos
9898
next
9999
}
100100
if (anyNA(x[[xcol]]) && allNA(x[[xcol]])) {
101-
coerce_col(x, xcol, x_merge_type, i_merge_type, xname, iname, to_detail=gettext(" (all-NA)"), verbose=verbose)
101+
coerce_col(x, xcol, x_merge_type, i_merge_type, xname, iname, from_detail=gettext(" (all-NA)"), verbose=verbose)
102102
next
103103
}
104104
stopf("Incompatible join types: %s (%s) and %s (%s)", xname, x_merge_type, iname, i_merge_type)

0 commit comments

Comments
 (0)