h5delete {rhdf5} | R Documentation |
Deletes the specfied group, dataset or attribute from within an HDF5 file.
h5delete( file, name ) h5deleteAttribute( file, name, attribute )
file |
The filename (character) of the file in which the object is located. |
name |
For |
attribute |
Name of the attribute to be deleted. |
Mike Smith