H5Rcreate | R Documentation |
Creates a reference to an object or dataset selection inside an HDF5 file.
H5Rcreate(h5loc, name, ref_type = "H5R_OBJECT", h5space = NULL)
h5loc |
An |
name |
Character string giving the name of the object to be referenced,
relative to the location given by |
ref_type |
The type of reference to create. Accepts either |
h5space |
An object of class |
An H5Ref object storing the reference.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.