+1 vote
in Data Handling by
The function write.csv() exports data into a file. However, this function by default adds rownames to the file. Which argument can be used to turn off addition of rownames?

1 Answer

0 votes
by
rownames=F
...