h5_readAttributes | R Documentation |
Read all attributes from a given location in an HDF5 file
h5readAttributes(file, name, native = FALSE, ...)
file |
Character vector of length 1, giving the path to the HDF5 |
name |
Path within the HDF5 file to the object whose attributes should be read. |
native |
An object of class |
... |
Further arguments passed to |
A named list of the same length as the number of attributes attached to the specific object. The names of the list entries correspond to the attribute names. If no attributes are found an empty list is returned.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.