Skip to content

Commit

Permalink
another tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleHaynes committed Dec 22, 2024
1 parent 89a920e commit d6e311d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vignettes/datatable-joins.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -306,8 +306,8 @@ Despite both tables having the same information, they present some relevant diff

- They present different column ordering.
- They have column name differences:
- The `id` column of first table has the same information as the `product_id` in the second table.
- The `i.id` column of first table has the same information as the `id` in the second table.
- The `id` column on the first table has the same information as the `product_id` in the second table.
- The `i.id` column on the first table has the same information as the `id` in the second table.

### 3.3. Not join

Expand Down

0 comments on commit d6e311d

Please sign in to comment.