write.table(..., row.names = FALSE)
On Fri, Aug 8, 2008 at 3:23 PM, <[EMAIL PROTECTED]> wrote:
> I have a simple command to export a data.frame:
>
> write.csv(output, "TotalPredicted2008.dat")
>
> The structure of the data.frame can be seen with:
>
>> head(output)
> DayOfYear Sales
> 1 1
I have a simple command to export a data.frame:
write.csv(output, "TotalPredicted2008.dat")
The structure of the data.frame can be seen with:
> head(output)
DayOfYear Sales
1 1 1429
2 2 3952
3 3 3049
4 4 2844
5 5 2219
6 6 2340
But it seems
2 matches
Mail list logo