Skip to content
Prev 22262 / 398502 Next

exportData(foo,"foo.xls","EXCEL") for R ?

"Dowle, Matthew [EQRE]" <matthew.dowle at citigroup.com> writes:
Insightful can licence and incorporate closed-source libraries and
obtain information under nondisclosure agreements... (not that I know
how Insightful operates, but the publicly available information is
certainly scarce).

R can speak ODBC via the RODBC package. An .xls file can be used as an
ODBC source. This can be used to read spreadsheets (after some
headbanging in setting up the DSN, I recall), so you might also write
into them with sqlSave()? Read Ch4 in the R Data Import/Export  manual
and you'll know roughly what I know.