Skip to content

Commit

Permalink
another
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleHaynes committed Dec 22, 2024
1 parent 725c97a commit 3a78dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/datatable-joins.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ In this case, the operation returns the row with `product_id = 6,` as it is not

### 3.4. Semi join

This method extract **keeps only the rows that match with any row in a second table** without combining the column of the tables.
This method extracts **only the rows that match any row in a second table**, without combining the columns of the tables.

It's very similar to subset as join, but as in this time we are passing a complete table to the `i` we need to ensure that:

Expand Down

0 comments on commit 3a78dd1

Please sign in to comment.