[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

Re: [R] write.table extra column

2011-08-15 Thread Mike Hunter
. Mike Hunter tzygm...@gmail.com wrote: 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