rcpp_hdf5_close_all_file_handles: Close all open HDF5 file handles mid-session (safe)

View source: R/RcppExports.R

rcpp_hdf5_close_all_file_handlesR Documentation

Close all open HDF5 file handles mid-session (safe)

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.

Usage

rcpp_hdf5_close_all_file_handles()

Value

NULL invisibly.


BigDataStatMeth documentation built on May 15, 2026, 1:07 a.m.