Hi
>
> Petr, your code does not create a native Excel file, and it is
misleading
> to name it with an xls extension.
Yes, you are right. It saves tab delimited file without row names which
can be directly opened by Excel by double clicking. At least in my comps.
I agree that it is not "propp
Petr, your code does not create a native Excel file, and it is misleading to
name it with an xls extension.
---
Jeff NewmillerThe . . Go Live...
DCN:Basics: ##.#. ##.#.
Hi
Or you can use base function
write.table(varxls, file="some output file.xls", sep = "\t", row.names =
F)
Regards
Petr
>
> As it says, you need to supply a file name to be outputted to.
>
> write.xls(, file = "abc.xls")
>
> Michael
>
> On Fri, May 4, 2012 at 11:31 AM, PaulJr wrote:
As it says, you need to supply a file name to be outputted to.
write.xls(, file = "abc.xls")
Michael
On Fri, May 4, 2012 at 11:31 AM, PaulJr wrote:
> Hello R users,
>
> I want to export to an xls or .csv some predictions I produced with the
> auto.arima and forecast functions.
>
> A detail
Hello R users,
I want to export to an xls or .csv some predictions I produced with the
auto.arima and forecast functions.
A detail of all my work is presented below. I loaded a package called
dataframes2xls and tried to use the function write.xls without any success.
Can anybody help me figure
5 matches
Mail list logo