Skip to content

Commit

Permalink
Use new part headings
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Apr 21, 2016
1 parent 6e3ac8a commit bcb01e4
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 6 deletions.
4 changes: 3 additions & 1 deletion communicate.Rmd
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Communicate your work
# (PART) Communicate your work {-}

# Introduction

Reproducible, literate code is the data science equivalent of the Scientific Report (i.e, Intro, Methods and materials, Results, Discussion).
2 changes: 1 addition & 1 deletion index.rmd
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ twitter-handle: hadley
cover-image: cover.png
---

# Welcome
# Welcome {-}

This is the book site for __"R for data science"__. This book will teach you how to do data science with R: You'll learn how to get your data into R, get it into the most useful structure, transform it, visualise it and model it. In this book, you will find a practicum of skills for data science. Just as a chemist learns how to clean test tubes and stock a lab, you'll learn how to clean data and draw plots---and many other things besides. These are the skills that allow data science to happen, and here you will find the best practices for doing each of these things with R. You'll learn how to use the grammar of graphics, literate programming, and reproducible research to save time. You'll also learn how to manage cognitive resources to facilitate discoveries when wrangling, visualizing, and exploring data. (__R for Data Science__ was formerly called __Data Science with R__ in __Hands-On Programming with R__)

Expand Down
4 changes: 3 additions & 1 deletion program.Rmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Programming
# (PART) Programming {-}

# Introduction

Code is a tool of communication, not just to the computer, but to other people. This is important because every project you undertake is fundamentally collaborative. Even if you're not working with other people, you'll definitely be working with future-you. You want to write clear code so that future-you doesn't curse present-you when you look at a project again after several months have passed.

Expand Down
4 changes: 3 additions & 1 deletion science.Rmd
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Do science with data
# (PART) Do science with data {-}

# Introduction

The scientific method guides data science. Data science solves known problems with the scientific method.
4 changes: 3 additions & 1 deletion understand.Rmd
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Understand your data
# (PART) Understand your data {-}

# Introduction

Data poses a cognitive problem; Data comprehension is a skill.
4 changes: 3 additions & 1 deletion work.Rmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Work with your data
# (PART) Work with your data {-}

# Introduction

With data, the relationships between values matter as much as the values themselves. Tidy data encodes those relationships.

Expand Down

0 comments on commit bcb01e4

Please sign in to comment.