H5Gopen | R Documentation |
Open a specified group
H5Gopen(h5loc, name)
h5loc |
An object of class H5IdComponent representing a H5 file or group that contains the group to be opened. |
name |
Name of the group to open. |
An object of class H5IdComponent representing the opened
group. When access to the group is no longer needed this should be released
with H5Gclose()
to prevent resource leakage.
H5Gclose()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.