[R] Odp: write.table extra column

2011-08-15 Thread Petr PIKAL
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 > > ___

[R] Odp: write.table

2009-02-20 Thread Petr PIKAL
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