swap x and y
This commit is contained in:
parent
5d33dd0b50
commit
967de5e604
|
@ -140,7 +140,7 @@ There are three ways that the keys might match: one-to-one, one-to-many, and man
|
|||
inner_join(x, y, by = "key")
|
||||
```
|
||||
|
||||
* In a one-to-many match, each key in `x` matches multiple keys in `y`. This
|
||||
* In a one-to-many match, each key in `y` matches multiple keys in `x`. This
|
||||
is useful when you want to add in additional information.
|
||||
|
||||
```{r, echo = FALSE, out.width = "100%"}
|
||||
|
|
Loading…
Reference in New Issue