Part 32 Tibble Joins: A Tale of Two Tibbles
Today’s topic is on operations with two or more tables. These operations are are used to combine two different data tables, compare two different data tables, verify or filter data in one data table against another, etc.
32.1 Resources
- Jenny Bryan’s join cheatsheet
- The
dplyr
“two-table verbs” vignette - Relational Data chapter in “R for Data Science”.
- dplyr cheatsheet
For an overview of operations involving multiple tibbles, check out Jenny Bryan’s Chapter 14 in stat545.com.
For more activities, see the matrials from
Rashedul Islam.