master
dplyr
The below code won’t work, but it’s to show you that you can join by multiple keys
x %>% left_join(y, by = c('key', 'col2', 'col3'))