I'm trying to read a file that is encoded in OLE format. It isn't a Microsoft Office/common file format that I'd be able to just find a reader for.
I'm trying to write my own reader - I have the file's specification but need the ability to open OLE storages/streams in the file.
Does anyone know of an R package that would assist in this (reading OLE streams)?