[R] write.table extra column

Mike Hunter tzygmund at gmail.com
Mon Aug 15 09:30:48 CEST 2011


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")



More information about the R-help mailing list