H5Oget_num_attrs | R Documentation |
Find the number of attributes associated with an HDF5 object
H5Oget_num_attrs(h5obj)
H5Oget_num_attrs_by_name(h5loc, name)
h5obj |
An object of class H5IdComponent representing a H5 object identifier (file, group, or dataset). |
h5loc |
An object of class H5IdComponent representing a H5 location identifier (file or group). |
name |
The name of the object to be checked. |
These functions are not part of the standard HDF5 C API.
Returns a vector of length 1 containing the number of attributes the specified object has.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.