H5Aopen | R Documentation |
Open an attribute for an HDF5 object
H5Aopen(h5obj, name)
H5Aopen_by_name(h5obj, objname = ".", name)
H5Aopen_by_idx(
h5obj,
n,
objname = ".",
index_type = h5default("H5_INDEX"),
order = h5default("H5_ITER")
)
h5obj |
An object of class H5IdComponent representing a H5 object
identifier (file, group, or dataset). See |
name |
The name of the attribute (character). |
objname |
The name of the object the attribute belongs to. |
n |
Opens attribute number |
index_type |
See |
order |
See |
An object of class H5IdComponent representing a H5 attribute identifier.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.