R/h5readAttributes.R
h5_readAttributes.RdRead all attributes from a given location in an HDF5 file
h5readAttributes(file, name, native = FALSE, ...)Character vector of length 1, giving the path to the HDF5
Path within the HDF5 file to the object whose attributes should be read.
An object of class logical. If TRUE, array-like objects
are treated as stored in HDF5 row-major rather than R column-major
orientation.
Further arguments passed to H5Aread.
A named list of the same length as the number of attributes attached to the specific object. The names of the list entries correspond to the attribute names. If no attributes are found an empty list is returned.