From 877d165d4d4fbeaf362edac77fd787239234cdd7 Mon Sep 17 00:00:00 2001 From: Ben Herbertson Date: Wed, 20 Jun 2018 16:59:54 +0800 Subject: [PATCH] Update pipes.Rmd (missing word) (#617) --- pipes.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipes.Rmd b/pipes.Rmd index b42bf18..3a1fa95 100644 --- a/pipes.Rmd +++ b/pipes.Rmd @@ -14,7 +14,7 @@ library(magrittr) ## Piping alternatives -The point of the pipe is to help you write code in a way that easier to read and understand. To see why the pipe is so useful, we're going to explore a number of ways of writing the same code. Let's use code to tell a story about a little bunny named Foo Foo: +The point of the pipe is to help you write code in a way that is easier to read and understand. To see why the pipe is so useful, we're going to explore a number of ways of writing the same code. Let's use code to tell a story about a little bunny named Foo Foo: > Little bunny Foo Foo > Went hopping through the forest