Open krlmlr opened 4 months ago
Currently, join_cols() is called by join_filter() but is doing too much. The $out components are not used at all. This would also allow losing the default values for the suffix and keep arguments.
join_cols()
join_filter()
$out
suffix
keep
Currently,
join_cols()
is called byjoin_filter()
but is doing too much. The$out
components are not used at all. This would also allow losing the default values for thesuffix
andkeep
arguments.