H5Adelete: Delete an specified attribute of an HDF5 object

View source: R/H5A.R

H5AdeleteR Documentation

Delete an specified attribute of an HDF5 object

Description

Delete an specified attribute of an HDF5 object

Usage

H5Adelete(h5obj, name)

Arguments

h5obj

An object of class H5IdComponent representing a H5 object identifier (file, group, or dataset). See H5Fcreate(), H5Fopen(), H5Gcreate(), H5Gopen(), H5Dcreate(), or H5Dopen() to create an object of this kind.

name

The name of the attribute (character).


grimbough/rhdf5 documentation built on Sept. 14, 2024, 8:41 a.m.