Skip to content
Prev 169196 / 398506 Next

reading .odf spreadsheet into R

Dieter Menne wrote:
Indeed.  I just put a package ROpenOffice up at

   http://www.omegahat.org/ROpenOffice

which provides a read.ods() function and can read worksheets
in a workbook, even those that are not rectangular.
This uses the Rcompression package to read the .ods archive.

I'll eventually coordinate it with the same facilities we have
in the RExcelXML and ROOXML packages which do this
and a few other things for xlsx files for Excel.

  D.