Where did you get the idea to use sqlUpdate from?
sqlSave is how you write a database to a table.
I think it would be easier to use write.csv to write a .csv file and
import that into Excel. ODBC connections to Excel work much better for
reading than for writing. And there are other ways: see
You have tried write.table?
write.table(x, file="file.xls", sep="\t", row.names=F)
On 25/02/2008, Nadia Theron <[EMAIL PROTECTED]> wrote:
> I am trying to export a dateframe created in R:
>
>
>
> > Duration_summary
>
> V1 2.5 % 97.5 % V4 2.5 %97.5 %
>
> [1,] 1 0.46076
I am trying to export a dateframe created in R:
> Duration_summary
V1 2.5 % 97.5 % V4 2.5 %97.5 %
[1,] 1 0.46076018 1.128776 1.00 0.5280828 0.9576338
[2,] 0 0. 0.00 1.00 0.1741793 1.2352705
[3,] 1 0.46566719 1.313711 1.00 0.7233312 1.4097
3 matches
Mail list logo