Re: [R] Questíon regarding the use of write.csv2 , write.table ...

2009-06-18 Thread Bryan Hanson
z" > Cc: r-help@r-project.org Envoyé: Jeudi 18 Juin 2009 > 12h35:31 GMT +01:00 Amsterdam / Berlin / Berne / Rome / Stockholm / > Vienne Objet: Re: [R] Questíon regarding the use of write.csv2, write.table > ... Dear Jorge, thank you for the quick answer. But I am afraid you didn´t

Re: [R] Questíon regarding the use of write.csv2, write.table ...

2009-06-18 Thread xavier . chardon
rame.csv", row.names=FALSE) Xavier - Mail Original - De: "Lavri Labi" À: "Jorge Ivan Velez" Cc: r-help@r-project.org Envoyé: Jeudi 18 Juin 2009 12h35:31 GMT +01:00 Amsterdam / Berlin / Berne / Rome / Stockholm / Vienne Objet: Re: [R] Questíon regarding the us

Re: [R] Questíon regarding the use of write.csv2 , write.table ...

2009-06-18 Thread Lavri Labi
Dear Jorge, thank you for the quick answer. But I am afraid you didn´t understand my problem. I want to write the following data frame "exampleDataframe" in a csv2-file. "a";"b";"c";"d" 1 ; 2 ; 3 ; 4 5 ; 6 ; 7 ; 8 9 ; 0 ; 1 ; 2 After sending the command: write.csv2(exampleDataframe,file="exa

Re: [R] Questíon regarding the use of write.csv2 , write.table ...

2009-06-18 Thread Jorge Ivan Velez
Dear Lavri, Take a look at the row.names argument in ?write.table. HTH, Jorge On Thu, Jun 18, 2009 at 4:09 AM, Lavri Labi wrote: > 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")

[R] Questíon regarding the use of write.csv2 , write.table ...

2009-06-18 Thread Lavri Labi
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