Skip to content

Commit

Permalink
fix arg name
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelChirico authored Jan 22, 2025
1 parent 587d87d commit fdfb473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/bmerge.R
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ bmerge = function(i, x, icols, xcols, roll, rollends, nomatch, mult, ops, verbos
next
}
if (anyNA(x[[xcol]]) && allNA(x[[xcol]])) {
coerce_col(x, xcol, x_merge_type, i_merge_type, xname, iname, to_detail=gettext(" (all-NA)"), verbose=verbose)
coerce_col(x, xcol, x_merge_type, i_merge_type, xname, iname, from_detail=gettext(" (all-NA)"), verbose=verbose)
next
}
stopf("Incompatible join types: %s (%s) and %s (%s)", xname, x_merge_type, iname, i_merge_type)
Expand Down

0 comments on commit fdfb473

Please sign in to comment.