H5Fis_hdf5 {rhdf5} | 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