Skip to content
Prev 260804 / 398502 Next

How to intantiate a list of data.frames?

Hi Rui,

Please look at the documentation for ?write.csv

I do not have oilDF, but my guess is that you make the object, "ds"
fine, but then you are trying to pass a list to write.csv which works
on matrices or data frames (or attempts to coerce to such).  The
easiest answer is probably to write each element of "ds" (that is,
each data frame) to a separate file.

Cheers,

Josh
On Sun, May 22, 2011 at 12:11 PM, Rui Maximo <ruimaximo at hotmail.com> wrote: