grimbough / rhdf5

Package providing an interface between HDF5 and R
http://bioconductor.org/packages/rhdf5
59 stars 22 forks source link

h5writeDataset.data.frame function not found #103

Closed koustav-pal closed 2 years ago

koustav-pal commented 2 years ago

Hi,

I have a package which depends on the h5writeDataset.data.frame function within rhdf5. However, it can no longer be found. Has this function been deprecated?

grimbough commented 2 years ago

Hi, I think this is the same issue reported in https://github.com/grimbough/rhdf5/issues/98

You should find that you can just use h5writeDataset() directly on your data.frame, and don't need to explicitly use h5writeDataset.data.frame() directly. However, if that's not the case please let me know and I'll take a closer look.