H5Rdereference | R Documentation |
Given a reference and the file to which that reference applies,
H5Rdeference()
will open the reference object and return an identifier.
H5Rdereference(ref, h5loc)
ref |
|
h5loc |
An |
If ref
contains more than one reference, only the first reference
will be used. It must be subset with [
if one of the other stored
references should be opened.
An object of class H5IdComponent
representing the opened object
referenced by ref
. This should be closed with the appropriate function
e.g. H5Dclose()
, H5Oclose()
, etc. when no longer needed.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.