You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#| An inner join showing both `x` and `y` keys in the output.
669
669
#| fig-alt: |
670
-
#| A join diagram showing an inner join betwen x and y. The result
670
+
#| A join diagram showing an inner join between x and y. The result
671
671
#| now includes four columns: key.x, val_x, key.y, and val_y. The
672
672
#| values of key.x and key.y are identical, which is why we usually
673
673
#| only show one.
@@ -895,4 +895,4 @@ Finally, you've gained a glimpse into the power of non-equi joins and seen a few
895
895
This chapter concludes the "Transform" part of the book where the focus was on the tools you could use with individual columns and tibbles.
896
896
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.
897
897
898
-
In the next part of the book, you'll learn more about getting various types of data into R in a tidy form.
898
+
In the next part of the book, you'll learn more about getting various types of data into R in a tidy form.
0 commit comments