H5_close_any {hdf5r} | R Documentation |
Closes any HDF5 id using the appropriate library function
Description
Closes any HDF5 id using the appropriate library function
Usage
H5_close_any(id)
Arguments
id |
The id to closes |
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.
Value
NULL, invisibly
Author(s)
Holger Hoefling
[Package hdf5r version 1.3.12 Index]