rcpp_hdf5_close_all_file_handles
rcpp_hdf5_close_all_file_handles
OTHER
1 Description
Iterates over all currently open HDF5 file handles and calls closeHDF5HandlesForFile() on each — closes datasets/groups/attrs belonging to each file before closing the file handle itself. Pre-defined HDF5 library types are never touched.
2 Usage
rcpp_hdf5_close_all_file_handles()3 Value
NULL invisibly.