Skip to content

Commit

Permalink
Mistake in exercise
Browse files Browse the repository at this point in the history
  • Loading branch information
duju211 committed Mar 24, 2016
1 parent e6a207e commit 790ce26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relational-data.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 790ce26

Please sign in to comment.