Description Usage Arguments Details Value Author(s)
left_join
with before dropping columns that would be duplicated
1 | left_joinReplace(x, y, by, ...)
|
x |
data.frames to join |
y |
|
by |
here must be a character vector |
... |
further arguments to |
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
result of left_join
Thomas Wutzler
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.