Update relational-data.Rmd (#261)

Typo
This commit is contained in:
S'busiso Mkhondwane 2016-08-15 14:31:59 +02:00 committed by Hadley Wickham
parent 3404a00283
commit 84d3ab2a26
1 changed files with 1 additions and 1 deletions

View File

@ -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 %>%