Deletes an attribute associated with a group or dataset within an HDF5 file.
h5deleteAttribute(file, name, attribute)
Arguments
- file
The filename (character) of the file in which the object is
located.
- name
The name of the object to which the attribute belongs.
- attribute
Name of the attribute to be deleted.