[R] joining two lists...

stevemew steve.mew at alphaedge.org
Thu Dec 31 07:05:31 CET 2009


My "R" problem..

I want to join two lists but am so for not having any luck. Can anyone
assist ?


Variable:      myData[1]

"Data.Id"	"Data.Length"     "Data.Weight"
"1"		12			12
"2"		45			23



Variable:      myData[2]

"Data.Id"	"Data.Length"     "Data.Weight"
"3"		25			56
"4"		55			288


How do I join them together to get this ?  ;


Variable:      NewData[1]

"Data.Id"	"Data.Length"     "Data.Weight"
"1"		12			12
"2"		45			23
"3"		25			56
"4"		55			288



I have tried rbind,cbind,append, merge no luck so far...
Any help greatly appreciated...

Thanks

Steve
-- 
View this message in context: http://n4.nabble.com/joining-two-lists-tp991285p991285.html
Sent from the R help mailing list archive at Nabble.com.




More information about the R-help mailing list