moodymudskipper / safejoin

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

Review #2

Closed moodymudskipper closed 5 years ago

moodymudskipper commented 5 years ago

checks can be handled by a single string parameter where uppercase letters trigger failures, lower case letters trigger warnings, and letters prefixed with ~ trigger messages:

We could also have a function of x and y, so "keep_x" is equivalent to ~.x, and so we don't need special values to coalesce as we can just do ~coalesce(.x,.y) or stuff like ~.x+.y.

In this case a named list could tell us how to deal differently with different conflicted columns.

for eat only:

moodymudskipper commented 5 years ago

done except at parameter, moved here https://github.com/moodymudskipper/safejoin/issues/5