moodymudskipper / safejoin

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

Make explicit arguments #16

Closed moodymudskipper closed 2 years ago

moodymudskipper commented 5 years ago

unique_x_key = c("ignore", "inform", "warn", "abort")

check will be NULL and ignored by default and will override all the rest if not NULL.

Doc will need update

moodymudskipper commented 5 years ago

still not sure about this

moodymudskipper commented 2 years ago

Done in {powerjoin}