r4ds-exercise-solutions icon indicating copy to clipboard operation
r4ds-exercise-solutions copied to clipboard

Exercise 13.5.2

Open aituarov opened this issue 3 years ago • 0 comments

At the first part of solution, where you got planes with 100 at least, you need to filter like: filter(!is.na(air_time)) , because filter(!is.na(tailnum)) count flights, that scheduled but didn't completed.

Page link: https://jrnold.github.io/r4ds-exercise-solutions/relational-data.html#filtering-joins

aituarov avatar Mar 12 '21 13:03 aituarov