Closes #1084
This commit is contained in:
Hadley Wickham 2022-11-18 16:25:20 -06:00
parent 171f4bd4cc
commit 0d41a5d883
1 changed files with 1 additions and 1 deletions

View File

@ -282,7 +282,7 @@ That's why this type of join is often called an **equi-join**.
You'll learn about non-equi-joins in @sec-non-equi-joins.
Secondly, it's how you specify different join keys in each table.
For example, there are two ways to join the `flight2` and `airports` table: either by `dest` or `origin:`
For example, there are two ways to join the `flight2` and `airports` table: either by `dest` or `origin`:
```{r}
flights2 |>