Hello

I know how read a file in excel format into a R data frame using the
RODBC library, but I don't know how write a R data frame in excel
format. I don't understand the instructions from RODBC user manual.

To read an excel file I use.

library(RODBC);

conex<-odbcConnectExcel("fis_quim.xls");

sqlTables(conex);

data<-sqlFetch(conex,"hoja1");

Suppose I modify data and I want to save it as an excel file, How do
I do that?

Thanks for your help

Mario Alfonso Morales Rivera
Profesor Auxiliar.
Departamento de Matemáticas y Estadistica.
Universidad de Córdoba.

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to