moodymudskipper / safejoin

Wrappers around dplyr functions to join safely using various checks
GNU General Public License v3.0
42 stars 7 forks source link

other types of joins in `eat` ? #15

Closed moodymudskipper closed 5 years ago

moodymudskipper commented 5 years ago

it seems like there is demand for these asymetric joins using full joins, we can leave eat as a left join by default, but change the join type through an argument.

https://stackoverflow.com/questions/29330264/merging-two-dataframes-using-only-columns-from-one-dataframe-and-ignoring-others/29330661#29330661

moodymudskipper commented 5 years ago

done