parent
3404a00283
commit
84d3ab2a26
|
@ -472,7 +472,7 @@ The inverse of a semi-join is an anti-join. An anti-join keeps the rows that _do
|
|||
knitr::include_graphics("diagrams/join-anti.png")
|
||||
```
|
||||
|
||||
Anti-joins are are useful for diagnosing join mismatches. For example, when connecting `flights` and `planes`, you might be interested to know that there are many `flights` that don't have a match in `planes`:
|
||||
Anti-joins are useful for diagnosing join mismatches. For example, when connecting `flights` and `planes`, you might be interested to know that there are many `flights` that don't have a match in `planes`:
|
||||
|
||||
```{r}
|
||||
flights %>%
|
||||
|
|
Loading…
Reference in New Issue