fix typo (#1150)
This commit is contained in:
@@ -595,7 +595,7 @@ While our examples have mostly focused on dplyr, tidy evaluation also underpins
|
|||||||
|
|
||||||
### Exercises
|
### 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.
|
1. Find all flights that were cancelled (i.e. `is.na(arr_time)`) or delayed by more than an hour.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user