moodymudskipper / safejoin

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

definition of join function without rlang::new_function #41

Closed moodymudskipper closed 3 years ago

moodymudskipper commented 4 years ago

rlang::new_function was used so I don't need to do housekeeping on individual functions.

It's handy but is also quite awful to share.

This should be sorted out before publication.

moodymudskipper commented 3 years ago

Sorted out in {powerjoin}