R/ls.r
h5_ls_attr.Rd
Lists the names of attributes attached to a specific HDF5 object.
h5_ls_attr(file, name)
Path to the HDF5 file.
The path to the object (dataset or group) to query. Use / for the file's root attributes.
/
A character vector of attribute names.
h5_ls()