Or use
write.table(object, "clipboard", sep="\t", row.names=F)
and press Ctrl V in empty excell sheet.
Regards
Petr
r-help-boun...@r-project.org napsal dne 05.11.2009 14:59:19:
> try using 'write.csv' to create the file you want to import to EXCEL
>
> On Thu, Nov 5, 2009 at 4:56 AM, Hayes, D
sts.r-project.org'
Subject: RES: [R] collumn error when exporting to Excel
Try using write.table(col.names = NA and row.names = TRUE) I don’t know if it
will help you.
Another suggestion is to use the library writeXLS, is this library hava an
function that exports your df into excel format.
Aten
No luck with 'write.csv' either.
Thanks for helping though.
Cheers,
Daniel
-Original Message-
From: jim holtman [mailto:jholt...@gmail.com]
Sent: 05 November 2009 14:59
To: Hayes, Daniel
Cc: r-h...@lists.r-project.org
Subject: Re: [R] collumn error when exporting to Excel
ct: Re: [R] collumn error when exporting to Excel
?write.csv
usually works well for writing a dataframe to import into excel. Use a file
name that ends in .csv.
- Original Message -
From: "Hayes, Daniel"
To: "'r-h...@lists.r-project.org'"
Sent: Thursda
r.
> Thanks for helping though.
> Cheers,
> Daniel
>
> -Original Message-
> From: jim holtman [mailto:jholt...@gmail.com]
> Sent: 05 November 2009 14:59
> To: Hayes, Daniel
> Cc: r-h...@lists.r-project.org
> Subject: Re: [R] collumn error when exporting to Excel
5 matches
Mail list logo