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

        [[alternative HTML version deleted]]

______________________________________________
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to