The objectStoreR package is VERY specific in that it only deals with CSV files. As a simple starting place, you could contact the author and ask if he/she is willing to write a objectstore.fetchToDisk() function that simply grabs an object and writes it to disk. That would allow you to interface with the vast majority of R I/O functions. Alternatively, you could modify the current get() function to save to disk. The GET() call is the place to make changes, most likely.
Yeah. I thought about doing that but it seems like a messy solution.
I was hoping that I could either modify objectStoreR to provide the data in a manner palatable to flowCore or that there was some other way to populate a flowFrame from data in memory.
I'll look into modifying objectStoreR as you suggested.
https://github.com/IBMDataScience/objectStoreR/issues/2