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