From 2e024c9722d575ad8dd71f30678617348496c83b Mon Sep 17 00:00:00 2001 From: Earl Brown Date: Fri, 25 Mar 2016 23:43:16 -0500 Subject: [PATCH] Update intro.Rmd rogue "in" --- intro.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intro.Rmd b/intro.Rmd index 016ca13..2251796 100644 --- a/intro.Rmd +++ b/intro.Rmd @@ -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