Re: [R] [SPAM?] binding two lists of lists of dataframes together

2015-05-11 Thread Jim Lemon
Hi Vin, If I read your "Output (Wanted)" section correctly, you want a new list in which each element is the concatenation of the corresponding elements of the original two. If so, maybe this shorter example will help: list1<-list(id=as.data.frame(matrix(rep(c(563,623,581),3),nrow=3,byrow=TRUE)),

Re: [R] [SPAM?] binding two lists of lists of dataframes together

2015-05-11 Thread Jeff Newmiller
HTML email does not work at all well on this mailing list. Sending you your question in plain text will help, as will following the advice in [1] to use the dput function to format the data so that we can easily put it into R and know what you are working with. My guess at your goal is that you