H5Aget_name {rhdf5}R Documentation

Get the name of an HDF5 attribute object

Description

Retrieves the name of the attribute specified by an HDF5 attribute object.

Usage

H5Aget_name(h5attribute)

Arguments

h5attribute

An object of class H5IdComponent representing an attribute. Normally created by H5Aopen() or similar.

Value

A character vector of length 1 containing the name of the attribute.


[Package rhdf5 version 2.37.4 Index]