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
2 matches
Mail list logo