Merging rows

module 4
week 6
bind
filtering joins
join
merge
rows
set operations
Merge rows with filtering joins
Author

Jeff Stevens

Published

March 3, 2023

While mutating joins actually merge the two data sets, filtering joins use information in one data set to filter observations in another data set.

Learning objectives

  • Conduct filtering joins
  • Bind columns and rows
  • Familarize with set operations

Pre-meeting

To prepare for this class meeting, please do the following:

Class meeting

  • Join with multiple columns as keys
  • semi_join()
  • anti_join()
  • add_rows(), bind_rows()
  • bind_cols()
  • Set operations
  • Slides and Code

Homework after the class meeting

Wrap up this lesson

For next class meeting

  • Update {dplyr} to version 1.1.0
  • Read R4DS2 14