View source: R/core_linkage_functions.R
inner_join_rename | R Documentation |
Inner join two well formatted tables, renaming as we go
inner_join_rename(tbl1, tbl2, by_vars, tags = c("a", "b"))
tbl1 |
First table to join |
tbl2 |
Second table to join |
by_vars |
Variables to join them on (TODO: make this optional, default to linkage vars) |
tags |
Optional tags to add as suffix on common variables |
A tibble
link_tbl = inner_join_rename(tbl1, tbl2, get_shared_linkage_vars(tbl1), tags = c("ED", "MVC"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.