Create HDF5 file
R function to create an empty HDF5 file.
h5createFile (file)
file |
The filename of the HDF5 file. |
Creates an empty HDF5 file.
Returns TRUE is file was created successfully and FALSE otherwise.
Bernd Fischer
h5createFile("ex_createFile.h5")
# create groups
h5createGroup("ex_createFile.h5","foo")
h5createGroup("ex_createFile.h5","foo/foobaa")
h5ls("ex_createFile.h5")Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.