Search code examples
rimportodsgnumericssconvert

How to import .ods?


I'm trying to import data (.ods file) and I know how to import .csv, .xls etc. but I strand all the time. I tried it with the package Gnumeric but R tells me that the required program 'ssconvert' cannot be found.


Solution

  • I wrote a package called readODS which has a function read.ods that returns ods files as data.frames (a list of data.frames, one per sheet)

    It is available on CRAN, see here!

    Source and bug reports here: https://github.com/chainsawriot/readODS