Skip to content
Prev 18599 / 63424 Next

write.csv

On Thu, 24 Nov 2005, Roger Peng wrote:

            
Or, better (since it sets other args to the appropriate values),

write.csv(<object>, file = "myfile.csv", row.names = FALSE)

That write.csv supports row.names = FALSE is explicitly mentioned on the 
help page.