From 341f775ba4ce2ab6f2a3f54a9215d5dbfefc40ff Mon Sep 17 00:00:00 2001 From: David Clark Date: Fri, 22 Jul 2016 14:50:07 +0200 Subject: [PATCH] Spelling correction (#160) --- transform.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transform.Rmd b/transform.Rmd index 24aa5e0..c522288 100644 --- a/transform.Rmd +++ b/transform.Rmd @@ -293,7 +293,7 @@ flights[order(flights$year, flights$month, flights$day), , drop = FALSE] 1. Sort `flights` to find the fastest flights. -1. Which flights travlled the longest? Which travelled the shortest? +1. Which flights travelled the longest? Which travelled the shortest? ## Select columns with `select()`