Skip to content

Commit d7dfc5b

Browse files
committed
joins.qmd: fix party-birthday matching condition in text (fixes hadley#1610)
1 parent f312f48 commit d7dfc5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

joins.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -819,7 +819,7 @@ employees <- tibble(
819819
employees
820820
```
821821

822-
And for each employee we want to find the first party date that comes after (or on) their birthday.
822+
And for each employee we want to find the last party date that comes before (or on) their birthday.
823823
We can express that with a rolling join:
824824

825825
```{r}

0 commit comments

Comments
 (0)