Re: [R] Writing list object to a file

2008-04-23 Thread Mike Prager
"Arun Kumar Saha" <[EMAIL PROTECTED]> wrote: > Hi all, > > I am wondering how to write a 'list' object to a file. I already gone > through some threads like > http://mail.python.org/pipermail/python-list/2001-April/080639.html, however > could not trace out any reliable solution. I tried followin

Re: [R] Writing list object to a file

2008-04-23 Thread jim holtman
?save On Wed, Apr 23, 2008 at 2:51 AM, Arun Kumar Saha <[EMAIL PROTECTED]> wrote: > Hi all, > > I am wondering how to write a 'list' object to a file. I already gone > through some threads like > http://mail.python.org/pipermail/python-list/2001-April/080639.html, however > could not trace out any

Re: [R] Writing list object to a file

2008-04-23 Thread Arun Kumar Saha
Previous question that I asked was originated from this problem : suppose I have following time series : library(zoo) date1 = seq(as.Date("01/01/01", format = "%m/%d/%y"), as.Date("12/31/08", format = "%m/%d/%y"), by = 1) len1 = length(date1); data1 = zoo(matrix(rnorm(len1, mean=0, sd=0.5), nrow

[R] Writing list object to a file

2008-04-22 Thread Arun Kumar Saha
Hi all, I am wondering how to write a 'list' object to a file. I already gone through some threads like http://mail.python.org/pipermail/python-list/2001-April/080639.html, however could not trace out any reliable solution. I tried following : > write.table(calc, file="c:/data.csv") Error in data