Displaying 1 result from an estimated 1 matches for "allrandomtestcase_xdroped".
2009 Jun 18
3
QuestÃon regarding the use of write.csv2, write.table ...
Hi all,
I use "write.csv" and "write.table" to write a data frame in a file like
following:
write.csv2(allRandomTestCase_XDroped, "allRandomTestCase.csv")
But in the created file "allRandomTestCase.csv" an additional column with
consecutive numbers is automatically added to the column of the data frame
"allRandomTestCase_XDroped".
That is why my question, how can I write data in a file without...