Skip to content
Prev 16783 / 63424 Next

write.csv suggestion

I've changed this in R-devel so row.names = FALSE is allowed in 
write.csv[2], but changing col.names, dec, sep and qmethod are not 
allowed.  (col.names is set depending on the setting of row.names.)

So far attempts to change col.names, dec, sep and qmethod are silently 
ignored but I may add some warnings.
On Wed, 29 Jun 2005, McGehee, Robert wrote:

            
OK, but the documentation did explicitly say it was a wrapper for 
row.names = TRUE.