From fb3899fee42c5413d9171302287b6ed5da0baa93 Mon Sep 17 00:00:00 2001 From: hadley Date: Thu, 18 Aug 2016 07:55:19 -0500 Subject: [PATCH] Label all intros --- communicate.Rmd | 2 +- explore.Rmd | 2 +- program.Rmd | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/communicate.Rmd b/communicate.Rmd index 36a7846..7ff2830 100644 --- a/communicate.Rmd +++ b/communicate.Rmd @@ -1,6 +1,6 @@ # (PART) Communicate {-} -# Introduction +# Introduction {#communicate-intro} So far, you've learned the tools to get your data into R, tidy it into a form convenient for analysis, and then understand you data through transformation, visualisation and modelling. However, it doesn't matter how great your analysis is unless you can explain it to others: you need to __communicate__ your results. diff --git a/explore.Rmd b/explore.Rmd index 3bba816..bc114eb 100644 --- a/explore.Rmd +++ b/explore.Rmd @@ -1,6 +1,6 @@ # (PART) Explore {-} -# Introduction +# Introduction {#explore-intro} The goal of the first part of this book is to get you up to speed with the basic tools of data exploration as quickly as possible: diff --git a/program.Rmd b/program.Rmd index 14dc4f3..aba558b 100644 --- a/program.Rmd +++ b/program.Rmd @@ -1,6 +1,6 @@ # (PART) Program {-} -# Introduction +# Introduction {#program-intro} In this part of the book, you'll enrich your programming skills. Programming is a cross-cutting skill needed for all data science work. You must use a computer; you cannot do it in your head, nor with paper and pencil. And to work efficiently, you will need to know how to program in a computer language, such as R.