Re: [R] write.table extra column

2011-08-15 Thread Mike Hunter
Thanks! On Mon, Aug 15, 2011 at 12:55 AM, Jeff Newmiller wrote: > Yup. > > Read ?write.csv and note the row.names argument. > --- > Jeff Newmiller The . . Go Live... > DCN: Basics: ##.#. ##.#. Live Go... > Live: OO#..

Re: [R] write.table extra column

2011-08-15 Thread Jeff Newmiller
Yup. Read ?write.csv and note the row.names argument. --- Jeff Newmiller The . . Go Live... DCN: Basics: ##.#. ##.#. Live Go... Live: OO#.. Dead: OO#.. Playing Research Engineer (Solar/Batteries O.O#. #.O#. with /Softw

[R] write.table extra column

2011-08-15 Thread Mike Hunter
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") __ R-help@r-project.org mailing list https://stat.ethz.ch/