Hi
> In the following data.frame there are 6 columns, but 7 are written to
> the CSV file.
>
> install.packages("pmlr")
> library(pmlr)
> data(enzymes)
> write.table(enzymes, sep=",", eol="\n",file="albert.csv")
see row.names option in ?write.table
Regards
Petr
>
> ___
Hi
r-help-boun...@r-project.org napsal dne 20.02.2009 08:56:39:
> Hello,
> I tried to turn lists into vectors and then bind them together in order
to
> create a dataframe but if, after this, I
> try to use the function write.table I get the following error message:
> Error in write.table(x, f
2 matches
Mail list logo