Next chapter is Iteration, not Vectors (#1490)

This commit is contained in:
Mitsuo Shiota 2023-05-22 21:48:54 +09:00 committed by GitHub
parent d33c24ebea
commit 9fdb50ee10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -871,5 +871,4 @@ A few places to learn more are:
- To learn more about reducing duplication in your ggplot2 code, read the [Programming with ggplot2](https://ggplot2-book.org/programming.html){.uri} chapter of the ggplot2 book.
- For more advice on function style, see the [tidyverse style guide](https://style.tidyverse.org/functions.html){.uri}.
In the next chapter, we'll dive into some of the details of R's vector data structures that we've omitted so far.
These are not immediately useful by themselves, but are a necessary foundation for the following chapter on iteration which gives you further tools for reducing code duplication.
In the next chapter, we'll dive into iteration which gives you further tools for reducing code duplication.