Re: [R] Error with rbind and zoo

2008-01-07 Thread Gabor Grothendieck
Suggest you read the posting guide and in particular read the last line on every message to r-help. Also the line wrapping on your email makes it unreadable. On Jan 7, 2008 7:09 PM, Kondamani, Arjun (GMI - NY Corporate Bonds) <[EMAIL PROTECTED]> wrote: > Hi all: > > I have a directory of files as

[R] Error with rbind and zoo

2008-01-07 Thread Kondamani, Arjun (GMI - NY Corporate Bonds)
Hi all: I have a directory of files as in -> bunchafiles <- list.files(path="/data/2.3/2006", pattern="returns", full.names=T,recursive=T) Each file is a bunch of returns for a particular date (unique). There are like 252 files or so. With a custom function myread (below), I def