From 814ac613da531f7b84c0a8ae594c37288c6ee084 Mon Sep 17 00:00:00 2001 From: Matthew Sedaghatfar Date: Fri, 12 Aug 2016 13:43:43 -0400 Subject: [PATCH] Typo on 4.6.7 Exercises #2 (#239) Typo on 4.6.7 Exercises #2 appraoch to approach --- transform.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transform.Rmd b/transform.Rmd index 488d5ae..afbed38 100644 --- a/transform.Rmd +++ b/transform.Rmd @@ -810,7 +810,7 @@ daily %>% Which is more important: arrival delay or departure delay? -1. Come up with another appraoch that will give you the same output as +1. Come up with another approach that will give you the same output as `not_cancelled %>% count(dest)` and `not_cancelled %>% count(tailnum, wt = distance)` (without using `count()`).