H5Fis_hdf5 | R Documentation |
H5Fis_hdf5()
determines whether a file is in the HDF5 format.
H5Fis_hdf5(name, showWarnings = TRUE)
name |
Character vector of length 1, giving the path to the file to be checked. |
showWarnings |
If the file doesn't exist an warning is generated.
Setting this argument to |
Returns TRUE
, if the file is an HDF5 file, or FALSE
otherwise.
In the case the file doesn't exist, NA
is returned
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.