Skip to content

Commit d68b802

Browse files
Update vignettes/datatable-joins.Rmd
Co-authored-by: Brock <[email protected]>
1 parent 8fad112 commit d68b802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vignettes/datatable-joins.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ ProductReceivedProd2[ProductSalesProd2,
571571

572572
### 4.1 Handling Column Name Behavior in Non-Equi Joins
573573

574-
When performing non-equi joins (<, >, <=, >=), it's important to understand how column names are assigned in the result.
574+
When performing non-equi joins (<, >, <=, >=), column names are assigned as follows:
575575

576576
- The left operand (`x` column) determines the column name in the result.
577577
- The right operand (`i` column) contributes values but does not retain its original name.

0 commit comments

Comments
 (0)