Update joins.qmd (#1567)

This commit is contained in:
Michael Grund 2023-08-23 14:18:38 +02:00 committed by GitHub
parent 20ca402627
commit 97577936db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -908,6 +908,6 @@ You also understand how joins work and how to figure out how many rows the outpu
Finally, you've gained a glimpse into the power of non-equi joins and seen a few interesting use cases.
This chapter concludes the "Transform" part of the book where the focus was on the tools you could use with individual columns and tibbles.
You learned about dplyr and base functions for working with logical vectors, numbers, and complete tables, stringr functions for working strings, lubridate functions for working with date-times, and forcats functions for working with factors.
You learned about dplyr and base functions for working with logical vectors, numbers, and complete tables, stringr functions for working with strings, lubridate functions for working with date-times, and forcats functions for working with factors.
In the next part of the book, you'll learn more about getting various types of data into R in a tidy form.