Especially useful for recursive joins.
We might use a glue like syntax :
power_left_join(list("{col}_from_df1" = df1, "df2_{col}" = df2), by = whatever)
this is more flexible that the suffix argument, and also redundant but we kind of need suffix for compatibility with dplyr.
Especially useful for recursive joins.
We might use a glue like syntax :
this is more flexible that the suffix argument, and also redundant but we kind of need suffix for compatibility with dplyr.