Back
Install plyr package if you don't have it, and then use rbind.fill :
df4 <- rbind(df2, df3[, names(df2)])
If columns in df1 is a subset of those in df2 (by the names of column
For any help regarding installation of plyr package click here.
Cheers....!!
31k questions
32.8k answers
501 comments
693 users