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
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
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
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")
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
5 matches
Mail list logo