Skip to content

Allow using a {rhdf5} file handle instead of a path #68

@lazappi

Description

@lazappi

Would it be possible to enable this?:

h5file <- rhdf5::H5Fopen("path/to/my.hdf5")
HDF5Array::HDF5Array(h5file, "my_array")

At the moment we internally pass around the file handle and starting to use {HDF5Array} would require refactoring to pass the path instead and open/close the file every time we read/write something.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions