Learn R Programming

hdf5r (version 1.3.3)

is_hdf5: Check if a file is an HDF5 file

Description

Check if a file is an HDF5 file

Usage

is_hdf5(name)

Arguments

name

The name of the file to check

Value

Logical, TRUE if file is of type HDF5

Details

Uses the HDF5 function H5Fis_hdf5 to check if a file is of type HDF5.