rcpp_hdf5_close_file_handles: Close all HDF5 handles for a specific file (R6 wrapper)
Description
Closes all C++ objects tracked in the live-pointer registry that
belong to filename, then closes any remaining HDF5 handles
for that file at the HDF5 C library level.
Usage
rcpp_hdf5_close_file_handles(filename)
Arguments
- filename
Absolute path to the HDF5 file (use
normalizePath() in R before calling).