In R, what function is used to add datasets?

To merge two data frames, use the rbind function. The variables in both data frames must be the same, but they don’t have to be in the same order.