Skip to content

Commit

Permalink
one more
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleHaynes committed Dec 22, 2024
1 parent 028073a commit 725c97a
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 @@ -313,7 +313,7 @@ Despite both tables having the same information, they present some relevant diff

This method **keeps only the rows that don't match with any row of a second table**.

To apply this technique we just need to negate (`!`) the table located on the `i` argument.
To apply this technique we can negate (`!`) the table located on the `i` argument.

```{r}
Products[!ProductReceived,
Expand Down

0 comments on commit 725c97a

Please sign in to comment.