master
dplyr
You can also join tables when columns do not share the same name
x %>% left_join(y, by = c('key' = 'key2', 'col2' = 'other', 'col3'))