From 768174fa2f1a88189a4de34f274d0f411822a282 Mon Sep 17 00:00:00 2001 From: Zeki Akyol <40212849+zekiakyol@users.noreply.github.com> Date: Thu, 24 Nov 2022 08:08:37 +0300 Subject: [PATCH] fix typo (#1150) --- functions.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.qmd b/functions.qmd index 717fd0e..90c0ce0 100644 --- a/functions.qmd +++ b/functions.qmd @@ -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.