I have used the code
library(gtools)
subset4 <- smartbind(subset1, subset2, subset3)
and am trying to append three datasets that have variables with the same name but it turns out like this:
I have done it in the same way before and it has worked, so I do not understand what has gone wrong here.. Anyone keen to help me out? Thanks!!