Description Usage Arguments Details Value Author(s) References See Also Examples
R function to create an empty HDF5 file.
1 | 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
https://portal.hdfgroup.org/display/HDF5
h5createGroup
, h5createDataset
, h5read
, h5write
, rhdf5
1 2 3 4 5 6 7 | h5createFile("ex_createFile.h5")
# create groups
h5createGroup("ex_createFile.h5","foo")
h5createGroup("ex_createFile.h5","foo/foobaa")
h5ls("ex_createFile.h5")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.