[R] export files - write.table

Ita.Cirovic-Donev@hypo-alpe-adria.com Ita.Cirovic-Donev at hypo-alpe-adria.com
Mon Feb 13 16:01:19 CET 2006





for write.table in R I use the following:

# table to be stored in excel for example
sum.stat <- data.frame(sum.stat)        # data to be stored
write.table(sum.stat, file="D:/..../my_table.xls", sep="\t", dec=",",
row.names=TRUE, col.names=TRUE, qmethod="double")




More information about the R-help mailing list