From 8642a46352db41c992ad23a107ce0ec39f5219f7 Mon Sep 17 00:00:00 2001 From: hadley Date: Sun, 24 Jul 2016 09:08:24 -0500 Subject: [PATCH] Add missing intro heading --- iteration.Rmd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/iteration.Rmd b/iteration.Rmd index ce6e28a..5ce4ed0 100644 --- a/iteration.Rmd +++ b/iteration.Rmd @@ -1,5 +1,7 @@ # Iteration +## Introduction + In [functions], we talked about how important it is to reduce duplication in your code. Reducing code duplication has three main benefits: 1. It's easier to see the intent of your code, because your eyes are