SyntaxFix
Write A Post
Hire A Developer
Questions
You can also use the join command (dplyr).
For example:
new_dataset <- dataset1 %>% right_join(dataset2, by=c("column1","column2"))