Skip to content
Prev 155631 / 398502 Next

loop with splitted data

YES! many many thanks, Jim.
I know it'd be simple, yet I can't believe it's that simple. =)

-gary

-----Original Message-----
From: jim holtman [mailto:jholtman at gmail.com] 
Sent: Wednesday, September 10, 2008 11:55 AM
To: Ling, Gary (Electronic Trading)
Cc: Peter Dalgaard; r-help at r-project.org
Subject: Re: [R] loop with splitted data


Is this what you want:
[[1]]
[1] 1 2 3

[[2]]
[1] 11 12 13
[[1]]
[1] 4 5 6

[[2]]
[1] 14 15 16
On Wed, Sep 10, 2008 at 11:43 AM, Ling, Gary (Electronic Trading)
<Gary_Ling at ml.com> wrote: