h5_deleteAttribute {rhdf5} | R Documentation |
Deletes an attribute associated with a group or dataset within an HDF5 file.
h5deleteAttribute(file, name, attribute)
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. |
Mike Smith