[R] merging tables based on both row and column names

baccts baccts at hotmail.com
Wed Sep 30 22:16:00 CEST 2015


Thank you, *Frank* and *Giorgio* for your replies. Both of your solutions
work for my need.
*Frank*, I ended up using your codes. Like that it's short.

For multiple test data frame, I ended up creating a list in the beginning
and put each test data frame into the list as such:

ltest = list();
ltest[[i]]=test;

Thanks again for your help.

Lin



--
View this message in context: http://r.789695.n4.nabble.com/merging-tables-based-on-both-row-and-column-names-tp4712905p4712995.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list