Rename files for whole game, move import in

This commit is contained in:
Mine Çetinkaya-Rundel 2021-02-21 23:32:01 +00:00
parent b5654a3a08
commit dc31887b1e
4 changed files with 5 additions and 3 deletions

View File

@ -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",

View File

@ -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.