Remove common code
This commit is contained in:
parent
462c463354
commit
1920689aad
17
intro.Rmd
17
intro.Rmd
|
@ -1,20 +1,3 @@
|
||||||
```{r include=FALSE, cache=FALSE}
|
|
||||||
set.seed(1014)
|
|
||||||
options(digits = 3)
|
|
||||||
|
|
||||||
knitr::opts_chunk$set(
|
|
||||||
comment = "#>",
|
|
||||||
collapse = TRUE,
|
|
||||||
cache = TRUE,
|
|
||||||
out.width = "70%",
|
|
||||||
fig.align = 'center',
|
|
||||||
fig.width = 6,
|
|
||||||
fig.asp = 0.618, # 1 / phi
|
|
||||||
fig.show = "hold"
|
|
||||||
)
|
|
||||||
|
|
||||||
options(dplyr.print_min = 6, dplyr.print_max = 6)
|
|
||||||
```
|
|
||||||
# Introduction
|
# Introduction
|
||||||
|
|
||||||
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 help you learn the most important tools in R that will allow you 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 help you learn the most important tools in R that will allow you 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.
|
||||||
|
|
Loading…
Reference in New Issue