SyntaxFix
Write A Post
Hire A Developer
Questions
you can wrap -Andrie answer into a generic function
mbind<-function(...){ Reduce( function(x,y){cbind(x,y[match(row.names(x),row.names(y)),])}, list(...) ) }
Here, you can bind multiple frames with rownames as key