
h5createGroup (file, group)
H5IdComponent
representing a H5 location identifier (file or group). See H5Fcreate
, H5Fopen
, H5Gcreate
, H5Gopen
to create an object of this kind.h5createFile
, h5createDataset
, h5read
, h5write
, rhdf5
h5createFile("ex_createGroup.h5")
# create groups
h5createGroup("ex_createGroup.h5","foo")
h5createGroup("ex_createGroup.h5","foo/foobaa")
h5ls("ex_createGroup.h5")
Run the code above in your browser using DataLab