grimbough / rhdf5

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

List dataset names when `name` is not set in `h5read` #119

Open frederikziebell opened 1 year ago

frederikziebell commented 1 year ago

Hi Mike,

it would be very convenient if the name variable in h5read is not mandatory but has a default value NULL, in which case a list of valid dataset identifiers is automatically displayed via h5ls together with a message that a dataset needs to be specified. This is especially helpful for people new to HDF5, that don't that there is a separate 'h5ls'.

Best, Frederik