I am doing this in R I have 2 dataframes A & B. A has 9 columns, while B has 8 columns which are in common. A consist of unique ID 1-500, while B consist of unique ID 501-1100.
I need to combine both the tables.
Please help me with the command. It would be great if multiple possible commands are told.
dput
or providing a reprex: stackoverflow.com/help/minimal-reproducible-example. Edit: You're probably looking forjoin
ormerge
.