Skip to content

Commit

Permalink
few more tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleHaynes committed Dec 22, 2024
1 parent 9f83871 commit 028073a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vignettes/datatable-joins.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -302,10 +302,10 @@ ProductReceived[Products,
nomatch = NULL]
```

Despite both tables have the same information, they present some relevant differences:
Despite both tables having the same information, they present some relevant differences:

- They present different order for their columns.
- They have some name differences on their columns names:
- They present different column ordering.
- They have some 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.

Expand Down

0 comments on commit 028073a

Please sign in to comment.