h5CreateFile | R Documentation |
A wrapper for H5File
$new()
. If file
exists, will only raise a warning.
h5CreateFile(x, ...)
## S3 method for class 'character'
h5CreateFile(x, ...)
x |
Name of the new HDF5 file. |
... |
Arguments passed to |
This is an operation function and no return. Any failure should raise an error.
tmp.file <- tempfile(fileext = ".h5")
h5CreateFile(tmp.file)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.