Rename files for whole game, move import in
This commit is contained in:
@@ -8,16 +8,16 @@ rmd_files: [
|
|||||||
"intro.Rmd",
|
"intro.Rmd",
|
||||||
|
|
||||||
"whole-game.Rmd",
|
"whole-game.Rmd",
|
||||||
"visualize.Rmd",
|
"data-visualize.Rmd",
|
||||||
"workflow-basics.Rmd",
|
"workflow-basics.Rmd",
|
||||||
"transform.Rmd",
|
"data-transform.Rmd",
|
||||||
|
"data-import.Rmd",
|
||||||
"workflow-scripts.Rmd",
|
"workflow-scripts.Rmd",
|
||||||
"EDA.Rmd",
|
"EDA.Rmd",
|
||||||
"workflow-projects.Rmd",
|
"workflow-projects.Rmd",
|
||||||
|
|
||||||
"wrangle.Rmd",
|
"wrangle.Rmd",
|
||||||
"tibble.Rmd",
|
"tibble.Rmd",
|
||||||
"import.Rmd",
|
|
||||||
"tidy.Rmd",
|
"tidy.Rmd",
|
||||||
"relational-data.Rmd",
|
"relational-data.Rmd",
|
||||||
"strings.Rmd",
|
"strings.Rmd",
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
# Data import
|
# Data import
|
||||||
|
|
||||||
|
<!--# TO DO: This chapter got moved here from the wrangle section, make sure it makes sense in this new location, doesn't assume anything that comes after it. -->
|
||||||
|
|
||||||
## Introduction
|
## Introduction
|
||||||
|
|
||||||
Working with data provided by R packages is a great way to learn the tools of data science, but at some point you want to stop learning and start working with your own data.
|
Working with data provided by R packages is a great way to learn the tools of data science, but at some point you want to stop learning and start working with your own data.
|
||||||
Reference in New Issue
Block a user