From 2a8a192ce8ee317673330d4ba107db75179692b5 Mon Sep 17 00:00:00 2001 From: S'busiso Mkhondwane Date: Mon, 25 Jul 2016 22:07:44 +0200 Subject: [PATCH] Update transform.Rmd (#192) removed five --- transform.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transform.Rmd b/transform.Rmd index 778ff00..a45507b 100644 --- a/transform.Rmd +++ b/transform.Rmd @@ -35,7 +35,7 @@ You might also have noticed the row of three letter abbreviations under the colu ### Dplyr basics -In this chapter you are going to learn the five key five dplyr functions that allow you to solve vast majority of your data manipulation challenges: +In this chapter you are going to learn the five key dplyr functions that allow you to solve vast majority of your data manipulation challenges: * Pick observations by their values (`filter()`). * Reorder the rows (`arrange()`).