Description Usage Arguments Note Author(s) See Also Examples
Read an attribute from HDF5 file.
| 1 | HDF5ReadAttribute(filename,path)
 | 
| filename | HDF5 file name in full path | 
| path | the full path of the attribute within the HDF5 file | 
None at this time
Wilson Lau
HDF5Summary HDF5ReadData HDF5WriteData HDF5WriteAttribute
| 1 2 3 4 5 6 |  
 # read the attribute named "attInt" of a group "dsGrp" 
 att<-HDF5ReadAttribute("./Kidneycortex_Female_W10.h5","/dsGrp/attInt")
 # read the attribute named "attInt" of a dataset "dsInt" within a group "dsGrp" 
 att<-HDF5ReadAttribute("./Kidneycortex_Female_W10.h5","/dsGrp/dsInt/attInt")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.