grimbough / rhdf5

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

Writing attributes to a dataset or group #62

Open grimbough opened 4 years ago

grimbough commented 4 years ago

Why does h5writeAttributes() need to be given an H5IdComponent and can't just work with a file name and path to the dataset/group?

This came up in the SIB advances single-cell RNA course.