This commit is contained in:
Zeki Akyol
2022-11-24 08:08:37 +03:00
committed by GitHub
parent 8b7a6bfb3c
commit 768174fa2f

View File

@@ -595,7 +595,7 @@ While our examples have mostly focused on dplyr, tidy evaluation also underpins
### Exercises
1. Using the datasets from nyclights13, write functions that:
1. Using the datasets from nycflights13, write functions that:
1. Find all flights that were cancelled (i.e. `is.na(arr_time)`) or delayed by more than an hour.