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 name of y available to prefix ? #20

Closed moodymudskipper closed 5 years ago

moodymudskipper commented 5 years ago

Maybe through parameter .y , interesting for eat.list. But then we can only use formulas. Maybe better to make it available in the calling environment as .n or .table_name ?

moodymudskipper commented 5 years ago

Closed by https://github.com/moodymudskipper/safejoin/issues/19