Learn R Programming

hdf5r (version 1.3.11)

H5_close_any: Closes any HDF5 id using the appropriate library function

Description

Closes any HDF5 id using the appropriate library function

Usage

H5_close_any(id)

Value

NULL, invisibly

Arguments

id

The id to closes

Author

Holger Hoefling

Details

Internal function to help with management of open ids. It is used to close an id that is no longer needed using the appropriate HDF5 library function.