diff --git a/Chapter-Instructions/Chapter_19_Instructions.md b/Chapter-Instructions/Chapter_19_Instructions.md index 7bf362e..640cad8 100644 --- a/Chapter-Instructions/Chapter_19_Instructions.md +++ b/Chapter-Instructions/Chapter_19_Instructions.md @@ -325,7 +325,7 @@ Or just the destinations: ``` r airports |> - semi_join(flights2, join_by(faa == dest)){r} + semi_join(flights2, join_by(faa == dest)) ``` **Anti-joins** are the opposite: they return all rows in x that don’t