vjcitn / rhdf5client

2 stars 1 forks source link

basic compound support #4

Closed assaron closed 1 year ago

assaron commented 1 year ago

Hi,

I've implemented a basic compound type support. It returns a data.table as the code is much simpler with its rbindlist function, compared to base data.frame, but it adds a new dependency.

Note that type is now returned as is, with all of the additional info: I've needed information about fields names and types.

Also I've added returnRaw option to have a workaround for types that the package doesn't support yet.

vjcitn commented 1 year ago

sorry to miss this