H5Acreate | R Documentation |
Creates an attribute, name
, which is attached to the object specified
by the identifier h5obj
. The attribute name must be unique for the object.
H5Acreate(h5obj, name, dtype_id, h5space)
h5obj |
An object of class H5IdComponent representing a H5 object
identifier (file, group, or dataset). See |
name |
The name of the attribute (character). |
dtype_id |
A character name of a datatype. See |
h5space |
An object of class H5IdComponent representing a H5
dataspace. 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.