Merge pull request #77 from ekbrown/patch-1

Update intro.Rmd
This commit is contained in:
Hadley Wickham 2016-03-26 13:50:22 -05:00
commit 83b1bafa7b
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
install.packages <- function(...) invisible()
```
Data science is an exciting discipline that allows you to turn raw data into understanding, insight, and knowledge. The goal of "R for Data Science" is to introduce you to the most important in R tools that you need to do data science. After reading this book, you'll have the tools to tackle a wide variety of data science challenges, using the best parts of R.
Data science is an exciting discipline that allows you to turn raw data into understanding, insight, and knowledge. The goal of "R for Data Science" is to introduce you to the most important R tools that you need to do data science. After reading this book, you'll have the tools to tackle a wide variety of data science challenges, using the best parts of R.
## What you will learn