left_joinReplace: left joinReplace

Description Usage Arguments Details Value Author(s)

View source: R/dplyrUtil.R

Description

left_join with before dropping columns that would be duplicated

Usage

1

Arguments

x

data.frames to join

y
by

here must be a character vector

...

further arguments to left_join

Details

During joing existing columns are duplicated with a different name. This function supports replacing the original columns instead, allowing for repeated join of similar data.

If x is a list of 2 data.frames then these will be assigned to x and y

Value

result of left_join

Author(s)

Thomas Wutzler


bgctw/dplyrUtil documentation built on Nov. 11, 2020, 12:25 a.m.