Skip to content
Prev 68529 / 398506 Next

writing a data frame in excel format

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.