Learn R Programming

BigDataStatMeth (version 2.0.3)

rcpp_hdf5_close_all_file_handles: 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()

Arguments

Value

NULL invisibly.