I wanted to at least put this up there, even though there's a little more cleanup I want to do. Right now it just returns (header, data, ctable) from Feather.read, so we have a lot of flexibility of where to go from there. I'd love to integrate with the rest of the DataStreams packages as well as DataFrames. Just a matter of writing the right conversion routines.
I wanted to at least put this up there, even though there's a little more cleanup I want to do. Right now it just returns
(header, data, ctable)
fromFeather.read
, so we have a lot of flexibility of where to go from there. I'd love to integrate with the rest of the DataStreams packages as well as DataFrames. Just a matter of writing the right conversion routines.