Description Usage Arguments Value Examples
Fetch some attribute from a HDF5 file
1  | h5.get.dataset.attr(hdf5file, dgroup, dataset, attrib)
 | 
hdf5file | 
 string, Full filename of the HDF5 file, e.g.  | 
dgroup | 
 string, Data set group name, e.g.  | 
dataset | 
 string, Data set name, e.g.  | 
attrib | 
 string, Data attribute name  | 
Attribute data
1 2 3 4 5 6 7  | ## Not run: 
hdf5file = '/home/jkor/tmp/test.h5'
dgroup <- '/erp'
dataset <- 'SEAMPILOT301'
attrib <- 'maxdim'
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.