R/H5O_extras.R
H5Oget_num_attrs.RdFind the number of attributes associated with an HDF5 object
H5Oget_num_attrs(h5obj)
H5Oget_num_attrs_by_name(h5loc, name)An object of class H5IdComponent representing a H5 object identifier (file, group, or dataset).
An object of class H5IdComponent representing a H5 location identifier (file or group).
The name of the object to be checked.
Returns a vector of length 1 containing the number of attributes the specified object has.
These functions are not part of the standard HDF5 C API.