Mutating joins

Mutating joins add columns from data frame y.

  • Inner join: only keep matching rows.
  • Outer join: also keep non-matching rows from x (left join), y (right join) or both (full join).