Skip to content

Commit

Permalink
joins.qmd: fix party-birthday matching condition in text (fixes hadle…
Browse files Browse the repository at this point in the history
  • Loading branch information
florisvdh committed Apr 10, 2024
1 parent f312f48 commit d7dfc5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion joins.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -819,7 +819,7 @@ employees <- tibble(
employees
```

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

```{r}
Expand Down

0 comments on commit d7dfc5b

Please sign in to comment.