join_and_drop | R Documentation |
left join two dataframes, dropping extra copied columns
join_and_drop(df1, df2, by = NULL, rename = FALSE)
df1 |
a dataframe |
df2 |
a dataframe |
by |
a character vector of variables to join by |
rename |
logical |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.