left/right_join with all the columns, except one column?

In select(), there is a way to keep all columns except one (or so) by doing select(-column).

Is there a way to do the same for left_join()?

The solution is to use left join and select in combination.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.