Eliminate pipes chapter (#1332)

More pipes in to transform chapter, and reflow chapter summaries.
This commit is contained in:
Hadley Wickham
2023-03-01 13:34:26 -06:00
committed by GitHub
parent 844879979b
commit 0c2971b9d1
7 changed files with 146 additions and 207 deletions

View File

@@ -504,5 +504,5 @@ In this chapter, you've learned how to load CSV files with `read_csv()` and to d
You've learned how csv files work, some of the problems you might encounter, and how to overcome them.
We'll come to data import a few times in this book: @sec-import-spreadsheets from Excel and Google Sheets, @sec-import-databases will show you how to load data from databases, @sec-arrow from parquet files, @sec-rectangling from JSON, and @sec-scraping from websites.
Now that you're writing a substantial amount of R code, it's time to learn more about organizing your code into files and directories.
In the next chapter, you'll learn all about the advantages of scripts and projects, and some of the many tools that they provide to make your life easier.
We're just about at the end of this section of the book, but there's one important last topic to cover: how to get help.
So in the next chapter, you'll learn some good places to look for help, how to create a reprex to maximize your chances of getting good help, and some general advice on keeping up with the world of R.