Skip to content
Prev 12390 / 15274 Next

preserving dates in output of tseries

Thanks everyone. I found that casting data.frame
write.table(data.frame(tab), file=filename, quote=F)

does the trick.
Alec
On 05/01/2014 11:29 PM, Chinmay Patil wrote: