I am having issues merging several data frames together. I have (plyr) uploaded and am attempting to use rbind to merge 6 data frames together. The output keeps telling me it is the wrong names. I do have each of the objects named as data.frames. Could that be the issue?
#Merging Species
Full.species <- rbind(Papio,Cebus,Gorilla,Human,Macaca,Pantrog,
use.names=TRUE)
Here is my output error message:
Error in match.names(clabs, names(xi)) :
names do not match previous names
?colnames.