Dear Steve,

If I undertood you have a list of "data.frame"?.

Have you tried:

NewData<-rbind(data.frame(myData[1]),data.frame(myData[2]))

Please, send us a str(object) so the experts can help you
bests
milton




On Thu, Dec 31, 2009 at 1:05 AM, stevemew <steve....@alphaedge.org> wrote:

>
> 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.
>
> ______________________________________________
> R-help@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide
> http://www.R-project.org/posting-guide.html<http://www.r-project.org/posting-guide.html>
> and provide commented, minimal, self-contained, reproducible code.
>

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to