Rename files for whole game, move import in
This commit is contained in:
@@ -8,16 +8,16 @@ rmd_files: [
|
||||
"intro.Rmd",
|
||||
|
||||
"whole-game.Rmd",
|
||||
"visualize.Rmd",
|
||||
"data-visualize.Rmd",
|
||||
"workflow-basics.Rmd",
|
||||
"transform.Rmd",
|
||||
"data-transform.Rmd",
|
||||
"data-import.Rmd",
|
||||
"workflow-scripts.Rmd",
|
||||
"EDA.Rmd",
|
||||
"workflow-projects.Rmd",
|
||||
|
||||
"wrangle.Rmd",
|
||||
"tibble.Rmd",
|
||||
"import.Rmd",
|
||||
"tidy.Rmd",
|
||||
"relational-data.Rmd",
|
||||
"strings.Rmd",
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
# 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
|
||||
|
||||
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