R/R6Classes_H5File.R
is_hdf5.Rd
Check if a file is an HDF5 file
is_hdf5(name)
The name of the file to check
Logical, TRUE if file is of type HDF5
Uses the HDF5 function H5Fis_hdf5 to check if a file is of type HDF5.
H5Fis_hdf5
Holger Hoefling