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 2b7edce commit af1f0a7Copy full SHA for af1f0a7
R/bmerge.R
@@ -67,7 +67,7 @@ bmerge = function(i, x, icols, xcols, roll, rollends, nomatch, mult, ops, verbos
67
# Incompatible factor join: Factor vs (Not Factor and Not Character)
68
# The 'message' attribute must match the *old* error for direct calls to bmerge (e.g., DT[otherDT])
69
condition_message <- sprintf(
70
- "Incompatible join types: %s (%s) and %s (%s)", # Exact match for tests like 2044.24
+ "Incompatible join types: %s (%s) and %s (%s). Factor columns must join to factor or character columns.", # Exact match for tests like 2044.24
71
xname, x_merge_type,
72
iname, i_merge_type
73
)
0 commit comments