From a0adb8f0c86cfe55269692ee351786cf6c201091 Mon Sep 17 00:00:00 2001 From: hadley Date: Mon, 21 Sep 2015 08:45:06 -0500 Subject: [PATCH] Add missing headings --- import.Rmd | 4 +++- intro.Rmd | 2 ++ transform.Rmd | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/import.Rmd b/import.Rmd index 1cd2772..77c443f 100644 --- a/import.Rmd +++ b/import.Rmd @@ -3,7 +3,9 @@ layout: default title: Data import output: bookdown::html_chapter --- - + +# Data import + ## Overview You can't apply any of the tools you've applied so far to your own work, unless you can get your own data into R. In this chapter, you'll learn how to import: diff --git a/intro.Rmd b/intro.Rmd index 798b849..6a542b7 100644 --- a/intro.Rmd +++ b/intro.Rmd @@ -4,6 +4,8 @@ title: Welcome output: bookdown::html_chapter --- +# Welcome + ## Overview The goal of "R for Data Science" is to give you a solid foundation into using R to do data science. The goal is not to be exhaustive, but to instead focus on what we think are the critical skills for data science: diff --git a/transform.Rmd b/transform.Rmd index 66ef687..f0a5bc0 100644 --- a/transform.Rmd +++ b/transform.Rmd @@ -4,6 +4,7 @@ title: Data transformation output: bookdown::html_chapter --- +# Data transformation ## Missing values