Merge branch 'master' of github.com:hadley/r4ds

This commit is contained in:
Garrett 2015-07-29 20:20:10 -04:00
commit 78393a89b2
2 changed files with 3 additions and 4 deletions

View File

@ -6,13 +6,10 @@ output: bookdown::html_chapter
# R for Data Science
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.
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 formally called __Data Science with R__ in __Hands-On Programming with R__)
To be published by O'Reilly in July 2016.
__R for Data Science__ is the book that Garrett called __Data Science with R__ in
__Hands-On Programming with R__.
<img src="cover.png" width="250" height="328" alt="Cover image" />
## Table of contents

View File

@ -4,6 +4,8 @@ title: Tidy Data
output: bookdown::html_chapter
---
# Tidy data
> "Tidy datasets are all alike but every messy dataset is messy in its
> own way." Hadley Wickham