Mistake in exercise

This commit is contained in:
OaCantona 2016-03-24 18:25:56 +01:00
parent e6a207e2b7
commit 790ce266e4
1 changed files with 1 additions and 1 deletions

View File

@ -452,7 +452,7 @@ flights %>%
patterns?
1. What does `anti_join(flights, airports, by = c("dest" = "faa"))` tell you?
What does `anti_join(airports, flights, by = c("dest" = "faa"))` tell you?
What does `anti_join(airports, flights, by = c("faa" = "dest"))` tell you?
## Join problems