Re: [R] list manipulation

2010-12-12 Thread David Winsemius
On Dec 12, 2010, at 1:18 PM, andrija djurovic wrote: Hi R users! Does anyone know command similar to cbind for adding a column to a object of the list. For example on this list: c1 $`1` x11 x22 1 1 1 2 1 2 3 1 3 4 1 4 5 1 5 So item `1` is probably a data.frame. $`2` x11 x22 6 2 6 7 2

Re: [R] list manipulation

2008-05-07 Thread Thompson, David (MNR)
Beautiful! Thanks Jim. DaveT. >-Original Message- >From: jim holtman [mailto:[EMAIL PROTECTED] >Sent: May 6, 2008 07:33 PM >To: Thompson, David (MNR) >Subject: Re: [R] list manipulation > >The reason for the NULLs is that is the output of the lapply you are >

Re: [R] list manipulation

2008-05-06 Thread Thompson, David (MNR)
UE Which is far cleaner and more compact (which was probably what I was _actually_ looking for) than what I had started with. Thanx, DaveT. >-Original Message- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >Sent: May 6, 2008 02:47 PM >To: Thompson, David (MNR) >Subject: