moodymudskipper / safejoin

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

support for list input as `.x` in `eat` #24

Closed moodymudskipper closed 5 years ago

moodymudskipper commented 5 years ago

It seems that it's common enough.

That's not hard to implement and we'll keep the compatibility for list input as second argument.

Will need to make it fail if inappropriate input parameters, like 2 lists etc.

moodymudskipper commented 5 years ago

having second thoughts, as it isn't really "eating" anymore in this case, conceptually that would fit more with other join functions, but they don't have prefix...

moodymudskipper commented 5 years ago

done anyway, this is a useful feature