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

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.