This commit is contained in:
Zeki Akyol 2022-11-24 08:08:37 +03:00 committed by GitHub
parent 8b7a6bfb3c
commit 768174fa2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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.