h5delete {rhdf5}R Documentation

Delete objects within a HDF5 file

Description

Deletes the specfied group, dataset or attribute from within an HDF5 file.

Usage

    h5delete( file, name )
    h5deleteAttribute( file, name, attribute )

Arguments

file

The filename (character) of the file in which the object is located.

name

For h5delete the name of the object to be deleted. For h5deleteAttribute the name of the object to which the attribute belongs.

attribute

Name of the attribute to be deleted.

Author(s)

Mike Smith


[Package rhdf5 version 2.36.0 Index]